From f5d7526152c0272044f3df55a23e29156efe463e Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 10 Jul 2021 12:06:53 +0200 Subject: examples: add libucode usage examples Signed-off-by: Jo-Philipp Wich --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 83b029e..c77ecec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -135,3 +135,5 @@ INSTALL(TARGETS ${LIBRARIES} LIBRARY DESTINATION lib/ucode) FILE(GLOB UCODE_HEADERS "include/ucode/*.h") INSTALL(FILES ${UCODE_HEADERS} DESTINATION include/ucode) + +ADD_SUBDIRECTORY(examples) -- cgit v1.2.3