summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
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)