summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-11 15:39:31 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-11 15:39:31 +0100
commit20f36d5bb5f30ba759676fde1a4da0579e66a878 (patch)
treea2281d502c527945869a03897e9f8760bedf59aa /CMakeLists.txt
parentd0decd01ec7c9e3f3d493cc6aa9ec87fd34a6722 (diff)
feat: FIX library improvements, prepping release.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1829925..19ca3fa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,6 +7,7 @@ find_package(Boost REQUIRED)
add_library(ocl_fix src/fix/parser_impl.cpp)
target_link_libraries(ocl_fix boost_core)
+target_include_directories(ocl_fix PUBLIC ${BOOST_INCLUDE_DIRS})
install(DIRECTORY include/ DESTINATION include)
install(TARGETS ocl_fix DESTINATION lib)