summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xCMakeLists.txt10
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}"