This commit is contained in:
2026-07-22 18:15:48 +03:00
parent 0130420f90
commit 4b3718f7af
3 changed files with 159 additions and 28 deletions

View File

@@ -82,6 +82,10 @@ if(SNPLIB_BUILD_EXAMPLES)
set(EXAM_LOGGER logger_example)
add_executable(${EXAM_LOGGER} examples/logger_exam.cpp)
target_link_libraries(${EXAM_LOGGER} ${PROJECT_NAME})
set(EXAM_NET net_example)
add_executable(${EXAM_NET} examples/net_exam.cpp)
target_link_libraries(${EXAM_NET} ${PROJECT_NAME})
endif()
include(GNUInstallDirs)