diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-09-25 16:24:58 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-09-25 16:29:38 +0200 |
commit | eca907d3c1240d04bbcfdf84a3a726353e56bc64 (patch) | |
tree | c7c35c7f3d5dd22b689be84287567e80aa57b46a /CMakeLists.txt | |
parent | 6932a00edd5074caf75b0d9624fc079775a44b1e (diff) |
api, logic: support "extensions" for pose transform
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d5e45c64..6d478ea3 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,6 +58,7 @@ file(GLOB opentrack-subprojects "tracker-*/${C}" "proto-*/${C}" "filter-*/${C}" + "ext-*/${C}" "options/${C}" "api/${C}" "compat/${C}" |