From 1c14661160b217fe2b04097a9e47bdbe23431ace Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 2 Oct 2017 06:48:59 +0200 Subject: cmake: wtf, all modules need include ${CMAKE_BINARY_DIR} --- api/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api') 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}) + -- cgit v1.2.3