diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-21 16:47:30 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-21 16:59:14 +0100 |
commit | 2c3b431aacc5decfacdd45a88cb0bd217303f64b (patch) | |
tree | 9b47580b822ea974f74e35168956176bc1f0cab0 /CMakeLists.txt | |
parent | 99636a77860b81101245fccc8ff42f895e7f6c70 (diff) |
cmake: unreference most modules
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x | CMakeLists.txt | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 51d037c7..cfbf6ca2 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,18 +50,16 @@ add_custom_target(mrproper COMMAND ${CMAKE_COMMAND} -P "${CMAKE_SOURCE_DIR}/cmak set(C CMakeLists.txt) file(GLOB opentrack-subprojects - "tracker-*/${C}" - "proto-*/${C}" - "filter-*/${C}" + "tracker-pt/${C}" + "proto-mouse/${C}" + "filter-accela/${C}" + "filter-kalman/${C}" "options/${C}" "api/${C}" "compat/${C}" "logic/${C}" "dinput/${C}" "gui/${C}" - "x-plane-plugin/${C}" - "csv/${C}" - "pose-widget/${C}" "spline-widget/${C}" "qxt-mini/${C}" "macosx/${C}" |