From b93385c0fded8d6c232267a8bd9293153baea777 Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 15 Sep 2025 21:31:02 -0400 Subject: all_functions example --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c81004..bc4eb26 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,6 +20,9 @@ target_link_libraries(example_read_conf pom) add_executable(example_custom_alloc examples/custom_alloc.c) target_include_directories(example_custom_alloc PRIVATE .) target_link_libraries(example_custom_alloc pom) +add_executable(example_all_functions examples/all_functions.c) +target_include_directories(example_all_functions PRIVATE .) +target_link_libraries(example_all_functions pom) install(TARGETS pom pom-shared DESTINATION lib) install(FILES pom.pc DESTINATION lib) -- cgit v1.2.3