From 5368b98cd09f61a1e3344efed9ad90ac9989726e Mon Sep 17 00:00:00 2001 From: mm0zct Date: Sat, 29 Jun 2013 19:26:59 +0100 Subject: Merged in fixes to hydra and rift code, along with a bug in the pitch inversion of FTNoIR itself. Also added an include directory the Rift needs which was absent before. --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e7a3b9de..79d7903c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -453,7 +453,8 @@ endif() endif() if(SDK_RIFT) - include_directories("${SDK_RIFT}/include") + include_directories("${SDK_RIFT}/include") + include_directories("${SDK_RIFT}/Src") add_library(opentrack-tracker-rift SHARED ${opentrack-tracker-rift-c} ${opentrack-tracker-rift-moc} ${opentrack-tracker-rift-uih} ${opentrack-tracker-rift-rcc}) target_link_libraries(opentrack-tracker-rift ${MY_QT_LIBS}) if(WIN32) -- cgit v1.2.3