diff options
Diffstat (limited to 'le/CMakeLists.txt')
| -rw-r--r-- | le/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/le/CMakeLists.txt b/le/CMakeLists.txt index a4887c5..646f68b 100644 --- a/le/CMakeLists.txt +++ b/le/CMakeLists.txt @@ -1,6 +1,7 @@ add_library(le STATIC le_header.hpp le_header.cpp + le_file.hpp le_file.cpp ) target_include_directories(le @@ -10,6 +11,7 @@ target_include_directories(le target_link_libraries(le PUBLIC fusion-utils PUBLIC binparse + PUBLIC mz ) add_executable(le_header_parser |
