Perform a minimal search for headers on Linux
This commit is contained in:
@@ -26,6 +26,12 @@ project(wiiuse)
|
|||||||
|
|
||||||
add_definitions(-DWIIUSE_COMPILE_LIB)
|
add_definitions(-DWIIUSE_COMPILE_LIB)
|
||||||
|
|
||||||
|
if(NOT WIN32 AND NOT APPLE)
|
||||||
|
find_path(BLUEZ_INCLUDE_DIR
|
||||||
|
bluetooth/bluetooth.h)
|
||||||
|
include_directories("${BLUEZ_INCLUDE_DIR}")
|
||||||
|
endif()
|
||||||
|
|
||||||
###
|
###
|
||||||
# Build the project
|
# Build the project
|
||||||
###
|
###
|
||||||
|
|||||||
Reference in New Issue
Block a user