diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-30 10:09:58 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-30 10:09:58 +0100 |
commit | 36273c6dfdd9a0a22e396b354213eb492886afaf (patch) | |
tree | 23152837b6f861d9e0ca667141e8b34cf90398a6 /CMakeLists.txt | |
parent | 3bdd6411060dce095528239acc1812d4e7180371 (diff) | |
parent | 48c30a3d75d18e87e39c18cb52961bb37ab6055e (diff) |
Merge branch 'unstable' into trackhat
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d6040bf4..d0c39dda 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ include(opentrack-install) set(C CMakeLists.txt) file(GLOB opentrack-subprojects "tracker-pt/${C}" - "protocol-*/${C}" + "proto-*/${C}" "filter-accela/${C}" "opentrack*/${C}" "gui/${C}" |