This commit is contained in:
2026-07-07 11:01:40 +03:00
parent b04bfab964
commit b3ed4c6c77
3 changed files with 76 additions and 1 deletions

View File

@@ -77,6 +77,10 @@ if(SNPLIB_BUILD_EXAMPLES)
set(EXAM_HVEC hvec_example)
add_executable(${EXAM_HVEC} examples/hvec_example.cpp)
target_link_libraries(${EXAM_HVEC} ${PROJECT_NAME})
set(EXAM_LOGGER logger_example)
add_executable(${EXAM_LOGGER} examples/logger_exam.cpp)
target_link_libraries(${EXAM_LOGGER} ${PROJECT_NAME})
endif()
include(GNUInstallDirs)