Enable logging

This commit is contained in:
Maschell 2018-06-20 15:05:39 +02:00
parent c2e273f46f
commit 9aab796735

View File

@ -19,6 +19,8 @@ wut_enable_stdcpp(controllerpatcherwut)
wut_default_malloc(controllerpatcherwut) wut_default_malloc(controllerpatcherwut)
target_include_directories(controllerpatcherwut PUBLIC "include") target_include_directories(controllerpatcherwut PUBLIC "include")
target_compile_options(controllerpatcherwut PUBLIC "-D__LOGGING__")
install(TARGETS controllerpatcherwut install(TARGETS controllerpatcherwut
ARCHIVE DESTINATION "${CMAKE_INSTALL_PREFIX}/lib") ARCHIVE DESTINATION "${CMAKE_INSTALL_PREFIX}/lib")