Perform a minimal search for headers on Linux

This commit is contained in:
Ryan Pavlik
2010-09-21 15:08:14 -05:00
parent ff0bfc261d
commit 6399dcd881

View File

@@ -26,6 +26,12 @@ project(wiiuse)
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
###