diff options
Diffstat (limited to 'api/CMakeLists.txt')
-rw-r--r-- | api/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/CMakeLists.txt b/api/CMakeLists.txt index 5151cbf7..0be2c242 100644 --- a/api/CMakeLists.txt +++ b/api/CMakeLists.txt @@ -1,3 +1,3 @@ opentrack_boilerplate(opentrack-api NO-COMPAT BIN) -target_link_libraries(opentrack-api opentrack-compat) +target_link_libraries(opentrack-api opentrack-options opentrack-compat) target_include_directories(opentrack-api PUBLIC ${CMAKE_BINARY_DIR}) |