diff options
Diffstat (limited to 'spline-widget/CMakeLists.txt')
-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 9168fc45..8ef96cc6 100644 --- a/spline-widget/CMakeLists.txt +++ b/spline-widget/CMakeLists.txt @@ -1,2 +1,2 @@ opentrack_boilerplate(opentrack-spline-widget NO-COMPAT BIN) -target_link_libraries(opentrack-spline-widget opentrack-compat) +target_link_libraries(opentrack-spline-widget opentrack-options opentrack-compat) |