diff --git a/CMakeLists.txt b/CMakeLists.txt index 560f1bf..f4c3585 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,6 +19,8 @@ wut_enable_stdcpp(controllerpatcherwut) wut_default_malloc(controllerpatcherwut) target_include_directories(controllerpatcherwut PUBLIC "include") +target_compile_options(controllerpatcherwut PUBLIC "-D__LOGGING__") + install(TARGETS controllerpatcherwut ARCHIVE DESTINATION "${CMAKE_INSTALL_PREFIX}/lib")