Compile and link example again

This commit is contained in:
Patrik Dahlström 2020-03-26 21:23:29 +01:00
parent e402d62f33
commit bb2cfe636c

View File

@ -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)