summaryrefslogtreecommitdiff
path: root/binparse/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'binparse/CMakeLists.txt')
-rw-r--r--binparse/CMakeLists.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/binparse/CMakeLists.txt b/binparse/CMakeLists.txt
index 00fc246..cbc83b5 100644
--- a/binparse/CMakeLists.txt
+++ b/binparse/CMakeLists.txt
@@ -1,7 +1,8 @@
add_library(binparse STATIC
types.hpp
- binparse.hpp binparse.cpp
+ parse.hpp parse.cpp
+ output.hpp output.cpp
)
target_include_directories(binparse
@@ -10,4 +11,8 @@ target_include_directories(binparse
target_compile_options(binparse
PUBLIC "-std=c++14"
+)
+
+target_link_libraries(binparse
+ PRIVATE fusion-utils
) \ No newline at end of file