summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-09-25 16:24:58 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-09-25 16:29:38 +0200
commiteca907d3c1240d04bbcfdf84a3a726353e56bc64 (patch)
treec7c35c7f3d5dd22b689be84287567e80aa57b46a /CMakeLists.txt
parent6932a00edd5074caf75b0d9624fc079775a44b1e (diff)
api, logic: support "extensions" for pose transform
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-xCMakeLists.txt1
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}"