From bb2cfe636cb7bd4186957a4c082648dc4360edd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Dahlstr=C3=B6m?= Date: Thu, 26 Mar 2020 21:23:29 +0100 Subject: [PATCH] Compile and link example again --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6408971..3121f8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,7 +63,7 @@ target_link_libraries(mumlib ${LOG4CPP_LIBRARIES} ${OPUS_LIBRARIES}) -# add_executable(mumlib_example mumlib_example.cpp) -# target_link_libraries(mumlib_example mumlib) +add_executable(mumlib_example mumlib_example.cpp) +target_link_libraries(mumlib_example mumlib) install(TARGETS mumlib LIBRARY DESTINATION lib)