diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-06-07 13:22:17 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-06-07 13:22:17 +0200 |
commit | b06e44b9dcf8faf80de75ac85f9d32d41291d22d (patch) | |
tree | efcfeaf80dd35eb767da312e477b4eb500a966f3 | |
parent | aab8dd7a7be52a1f6fd03a907a17a44815c9fecf (diff) |
tracker/trackhat: install bundled preset automatically
-rw-r--r-- | tracker-trackhat/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tracker-trackhat/CMakeLists.txt b/tracker-trackhat/CMakeLists.txt index 483bf4c9..b5edc293 100644 --- a/tracker-trackhat/CMakeLists.txt +++ b/tracker-trackhat/CMakeLists.txt @@ -11,6 +11,7 @@ if(WIN32) link_directories("${SDK_TRACKHAT_SENSOR}/lib") link_libraries(opencv_imgproc opencv_core opentrack-tracker-pt-base track-hat) otr_module(tracker-trackhat) + install(FILES "default.ini" DESTINATION "${opentrack-libexec}/presets/") endif() endif() endif() |