diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-25 11:03:27 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-25 11:25:51 +0200 |
commit | 8f30029a598ccf99ffee87590f70df7f1f163e02 (patch) | |
tree | c2ac6edac47fced22bde73c9d64c6bf2193f52d3 /pose-widget | |
parent | 71df21dcc59c2b935f1301dfd9ada1e2c3019f14 (diff) |
api/simple-mat: move to logic
Change causes rebuilds of all modules otherwise.
Diffstat (limited to 'pose-widget')
-rw-r--r-- | pose-widget/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pose-widget/CMakeLists.txt b/pose-widget/CMakeLists.txt index d70c3487..d298eee0 100644 --- a/pose-widget/CMakeLists.txt +++ b/pose-widget/CMakeLists.txt @@ -1 +1,2 @@ opentrack_boilerplate(opentrack-pose-widget BIN) +target_link_libraries(opentrack-pose-widget opentrack-logic) |