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 /spline-widget | |
parent | e70cb063503100f8241b6b1b7cc75944afb62fe6 (diff) |
cmake: adjust paths for main executable dependencies
Diffstat (limited to 'spline-widget')
-rw-r--r-- | spline-widget/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spline-widget/CMakeLists.txt b/spline-widget/CMakeLists.txt index 437ef854..9168fc45 100644 --- a/spline-widget/CMakeLists.txt +++ b/spline-widget/CMakeLists.txt @@ -1,2 +1,2 @@ -opentrack_boilerplate(opentrack-spline-widget NO-COMPAT) +opentrack_boilerplate(opentrack-spline-widget NO-COMPAT BIN) target_link_libraries(opentrack-spline-widget opentrack-compat) |