diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index fef1baed..2be2a878 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,9 +13,9 @@ include(opentrack-install) set(C CMakeLists.txt) file(GLOB opentrack-subprojects - "tracker-*/${C}" + "tracker-pt/${C}" "proto-*/${C}" - "filter-*/${C}" + "filter-accela/${C}" "opentrack*/${C}" "gui/${C}" "x-plane-plugin/${C}" |