From 9aab7967357e88b526809c7641683dfc1dcae598 Mon Sep 17 00:00:00 2001 From: Maschell Date: Wed, 20 Jun 2018 15:05:39 +0200 Subject: [PATCH] Enable logging --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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")