summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f63a984..0ae275e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -82,7 +82,6 @@ example(c4touch)
example(c4rm)
example(c4mkdir)
-examplepp(c4ls_asChildPp)
examplepp(cppc4group_memorymanagement)
add_executable(c4cat examples/c4cat.c)
@@ -96,4 +95,6 @@ target_compile_definitions(c4ls_buffer PRIVATE CC4GROUP_PLATFORM_${CC4GROUP_PLAT
if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Windows")
add_executable(c4cat_dyn examples/c4cat_dyn.c)
target_link_libraries(c4cat_dyn PRIVATE -ldl)
+
+ examplepp(c4ls_asChildPp)
endif()