diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-18 10:12:25 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-18 10:12:25 +0200 |
commit | de4e1cb93cb73a247858a1afb950d5ae86acdc41 (patch) | |
tree | fe2bf4f03b40e67c7533e3d47703259a4c0e61f3 /pose-widget/CMakeLists.txt | |
parent | e70cb063503100f8241b6b1b7cc75944afb62fe6 (diff) |
cmake: adjust paths for main executable dependencies
Diffstat (limited to 'pose-widget/CMakeLists.txt')
-rw-r--r-- | pose-widget/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pose-widget/CMakeLists.txt b/pose-widget/CMakeLists.txt index 279e6f5e..d70c3487 100644 --- a/pose-widget/CMakeLists.txt +++ b/pose-widget/CMakeLists.txt @@ -1 +1 @@ -opentrack_boilerplate(opentrack-pose-widget) +opentrack_boilerplate(opentrack-pose-widget BIN) |