Changeset 9812 for code/branches/wiimote/cmake
- Timestamp:
- Nov 25, 2013, 3:33:02 PM (11 years ago)
- Location:
- code/branches/wiimote/cmake
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/wiimote/cmake/LibraryConfig.cmake
r9780 r9812 205 205 ENDIF(WIN32) 206 206 207 207 LIST(APPEND CMAKE_INCLUDE_PATH "/home/georgr/Documents/WiiC") 208 208 ################# OGRE Plugins ################## 209 209 -
code/branches/wiimote/cmake/LibraryConfigTardis.cmake
r9688 r9812 84 84 85 85 86 LIST(APPEND CMAKE_INCLUDE_PATH "/home/georgr/Documents/WiiC/") 87 88 86 89 # Sandro fix: add flag that re-enables boost threads. This makes the combination 87 90 # of GCC version > 4.7 and older libboost work. See -
code/branches/wiimote/cmake/tools/FindBluetooth.cmake
r9780 r9812 1 1 IF(LINUX) 2 2 MESSAGE(STATUS 'sewpertest') 3 FIND_PATH(BLUETOOTH_INCLUDE_DIR bluetooth.h / home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth)4 FIND_LIBRARY(BLUETOOTH_LIBRARY NAMES bluetooth PATHS /usr/lib/x86_64-linux-gnu /home/georgr/libbluetooth-dev/libbluetooth-dev/usr/lib/x86_64-linux-gnu)3 FIND_PATH(BLUETOOTH_INCLUDE_DIR bluetooth.h /usr/include/bluetooth/ /usr/local/include/bluetooth /home/georgr/libbluetooth-dev/libbluetooth-dev/usr/include/bluetooth) 4 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) 5 5 MESSAGE(STATUS "sewpertest 2 ${BLUETOOTH_LIBRARY}") 6 6 MESSAGE(STATUS "sewpertest 3 ${BLUETOOTH_INCLUDE_DIR}")
Note: See TracChangeset
for help on using the changeset viewer.