mirror of
https://github.com/Maschell/controller_patcher.git
synced 2024-11-22 03:59:16 +01:00
Enable logging
This commit is contained in:
parent
c2e273f46f
commit
9aab796735
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user