summaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-06 18:03:05 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-06 18:03:05 +0100
commit5c3092e1436c7e7a1218559605bd73780435f8c8 (patch)
treed35f309751129cb6f0a1c76cb4f83129905c1e45 /example
parent54e0beb80ff75fea53a6d55532df1fce613c7b6a (diff)
chore: performance and build system improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'example')
-rw-r--r--example/fix_tag_example/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/fix_tag_example/CMakeLists.txt b/example/fix_tag_example/CMakeLists.txt
index ca6d6dd..967ca07 100644
--- a/example/fix_tag_example/CMakeLists.txt
+++ b/example/fix_tag_example/CMakeLists.txt
@@ -13,4 +13,4 @@ target_include_directories(FixExample PUBLIC ${BOOST_INCLUDE_DIRS})
set_property(TARGET FixExample PROPERTY CXX_STANDARD 20)
target_include_directories(FixExample PUBLIC ../../include/ocl)
-target_link_libraries(FixExample PRIVATE ocl_fix)
+target_link_libraries(FixExample PRIVATE ocl_fix.a)