This commit is contained in:
2026-06-30 12:10:27 +03:00
parent 6389be046b
commit 573e58edb6
4 changed files with 148 additions and 5 deletions

View File

@@ -32,6 +32,10 @@ if(BUILD_EXAMPLES)
set(EXAM_HMAP hmap_example)
add_executable(${EXAM_HMAP} examples/hmap_example.cpp)
target_link_libraries(${EXAM_HMAP} ${PROJECT_NAME})
set(EXAM_HVEC hvec_example)
add_executable(${EXAM_HVEC} examples/hvec_example.cpp)
target_link_libraries(${EXAM_HVEC} ${PROJECT_NAME})
endif()
include(GNUInstallDirs)