summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 66d9997..ddc301a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,11 +5,11 @@ project(ocl_fix)
find_package(Boost REQUIRED core)
-add_library(ocl_fix src/fix/parser_impl.cpp)
+add_library(ocl_fix src/fix/parser.cpp src/fix/checksum.cpp)
target_link_libraries(ocl_fix Boost::core)
target_include_directories(ocl_fix PUBLIC ${BOOST_INCLUDE_DIRS})
-install(DIRECTORY include/ DESTINATION include)
+install(DIRECTORY include DESTINATION include)
install(TARGETS ocl_fix DESTINATION lib)
set_property(TARGET ocl_fix PROPERTY CXX_STANDARD 20)