diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-11-03 11:29:59 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-11-03 23:40:44 +0100 |
commit | e7f9a0ad3812f51fdb904b40303f6c0fec02f1a8 (patch) | |
tree | 405daf0c127714d63b06bed855d9f7aefc60c08c /pose-widget/CMakeLists.txt | |
parent | e26830bf71ca5968fc9d9d473966ea4b75120b56 (diff) |
move simple-mat from logic to compat to simplify 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 d298eee0..d73ee037 100644 --- a/pose-widget/CMakeLists.txt +++ b/pose-widget/CMakeLists.txt @@ -1,2 +1,2 @@ opentrack_boilerplate(opentrack-pose-widget BIN) -target_link_libraries(opentrack-pose-widget opentrack-logic) +target_link_libraries(opentrack-pose-widget) |