summaryrefslogtreecommitdiffhomepage
path: root/api
diff options
context:
space:
mode:
Diffstat (limited to 'api')
-rw-r--r--api/CMakeLists.txt2
-rw-r--r--api/plugin-support.hpp2
2 files changed, 2 insertions, 2 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})
diff --git a/api/plugin-support.hpp b/api/plugin-support.hpp
index 072c8da7..8b20d211 100644
--- a/api/plugin-support.hpp
+++ b/api/plugin-support.hpp
@@ -8,7 +8,7 @@
#pragma once
#include "plugin-api.hpp"
-#include "compat/options.hpp"
+#include "options/options.hpp"
#include <QWidget>
#include <QDebug>