feature: Switch console logging to Unix sockets
This commit is contained in:
parent
682daf4385
commit
258b7c4f26
3 changed files with 100 additions and 55 deletions
|
@ -8,6 +8,10 @@ find_package(json-c REQUIRED CONFIG)
|
|||
add_subdirectory(modules/hidapi)
|
||||
add_subdirectory(modules/Fusion/Fusion)
|
||||
|
||||
if (CMAKE_BUILD_TYPE STREQUAL "Release")
|
||||
add_definitions(-DNDEBUG)
|
||||
endif()
|
||||
|
||||
add_library(
|
||||
xrealAirLibrary
|
||||
src/crc32.c
|
||||
|
@ -24,7 +28,7 @@ target_include_directories(xrealAirLibrary
|
|||
)
|
||||
|
||||
target_include_directories(xrealAirLibrary
|
||||
SYSTEM BEFORE PRIVATE
|
||||
SYSTEM BEFORE PRIVATE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/modules/hidapi
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/modules/Fusion
|
||||
)
|
||||
|
|
Reference in a new issue