Browse Source

Compile and link example again

Patrik Dahlström 4 years ago
parent
commit
bb2cfe636c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      CMakeLists.txt

+ 2 - 2
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)