Changeset 9876 for code/branches/wiimote/cmake/tools
- Timestamp:
- Dec 9, 2013, 1:04:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/wiimote/cmake/tools/FindBluetooth.cmake
r9827 r9876 2 2 #FIND_PATH(BLUETOOTH_INCLUDE_DIR NAMES bluetooth PATHS /usr/include/bluetooth/ /usr/local/include/bluetooth /home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth) 3 3 #FIND_LIBRARY(BLUETOOTH_LIBRARY NAMES bluetooth PATHS /usr/lib/ /usr/lib/x86_64-linux-gnu /home/georgr/libbluetooth-dev/libbluetooth-dev/usr/lib/x86_64-linux-gnu) 4 FIND_PATH(BLUETOOTH_INCLUDE_DIR bluetooth / home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/)5 FIND_LIBRARY(BLUETOOTH_LIBRARY NAMES bluetooth PATHS / home/georgr/libbluetooth-dev/libbluetooth-dev/usr/lib/x86_64-linux-gnu/)4 FIND_PATH(BLUETOOTH_INCLUDE_DIR bluetooth /usr/include/) 5 FIND_LIBRARY(BLUETOOTH_LIBRARY NAMES bluetooth PATHS /usr/lib/x86_64-linux-gnu/) 6 6 MESSAGE(STATUS "Bluetooth library test: ${BLUETOOTH_LIBRARY}") 7 7 MESSAGE(STATUS "Bluetooth header test: ${BLUETOOTH_INCLUDE_DIR}")
Note: See TracChangeset
for help on using the changeset viewer.