diff options
Diffstat (limited to 'gui/CMakeLists.txt')
-rw-r--r-- | gui/CMakeLists.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index b2540a68..d9d718ed 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -26,7 +26,12 @@ endif() if(NOT WIN32) set_target_properties(opentrack PROPERTIES SUFFIX ".bin") endif() -target_link_libraries(opentrack opentrack-api opentrack-version opentrack-pose-widget opentrack-spline-widget) + +target_link_libraries(opentrack + opentrack-api opentrack-version opentrack-pose-widget opentrack-spline-widget + opentrack-tracker-pt opentrack-filter-accela +) + if(APPLE) SET_TARGET_PROPERTIES(opentrack-qxt-mini PROPERTIES LINK_FLAGS "-framework Carbon -framework CoreFoundation") endif() |