summaryrefslogtreecommitdiffhomepage
path: root/api
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-10-02 06:48:59 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-10-02 07:54:23 +0200
commit1c14661160b217fe2b04097a9e47bdbe23431ace (patch)
tree16bcef85beba3b4b1f98700d43ae6332da954b7d /api
parent7a6a785538fa0c87aaf66814e0fd0943299b4fd9 (diff)
cmake: wtf, all modules need include ${CMAKE_BINARY_DIR}
Diffstat (limited to 'api')
-rw-r--r--api/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/CMakeLists.txt b/api/CMakeLists.txt
index a181abb9..0a040a55 100644
--- a/api/CMakeLists.txt
+++ b/api/CMakeLists.txt
@@ -1,3 +1,3 @@
otr_module(api NO-COMPAT BIN)
target_link_libraries(opentrack-api opentrack-options opentrack-compat)
-target_include_directories(opentrack-api PUBLIC ${CMAKE_BINARY_DIR})
+