summaryrefslogtreecommitdiff
path: root/le/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'le/CMakeLists.txt')
-rw-r--r--le/CMakeLists.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/le/CMakeLists.txt b/le/CMakeLists.txt
index 646f68b..5d849b3 100644
--- a/le/CMakeLists.txt
+++ b/le/CMakeLists.txt
@@ -29,5 +29,18 @@ target_include_directories(le_header_parser
PRIVATE ${Boost_INCLUDE_DIRS}
)
+add_executable(le_file_parser
+ le_file_parser.cpp
+)
+
+target_link_libraries(le_file_parser
+ PRIVATE le
+ PRIVATE ${Boost_LIBRARIES}
+)
+
+target_include_directories(le_file_parser
+ PRIVATE ${Boost_INCLUDE_DIRS}
+)
+