diff options
Diffstat (limited to 'options')
-rw-r--r-- | options/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/CMakeLists.txt b/options/CMakeLists.txt index 25749bf5..cbebeb87 100644 --- a/options/CMakeLists.txt +++ b/options/CMakeLists.txt @@ -1,4 +1,4 @@ -opentrack_boilerplate(opentrack-options NO-COMPAT BIN) +otr_module(options NO-COMPAT BIN) if(NOT WIN32 AND NOT APPLE) target_link_libraries(opentrack-options rt) endif() |