From 2c45e45627ec0a705e9580ff299be0465f5bdced Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Tue, 18 Nov 2014 21:03:18 +0100 Subject: Try to support older CMake versions --- api_test/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'api_test/CMakeLists.txt') diff --git a/api_test/CMakeLists.txt b/api_test/CMakeLists.txt index 7b6c3d6..31f1980 100644 --- a/api_test/CMakeLists.txt +++ b/api_test/CMakeLists.txt @@ -2,8 +2,7 @@ add_executable(api_test harness.c main.c ) -target_include_directories(api_test - PRIVATE +include_directories( ${PROJECT_SOURCE_DIR}/src ${PROJECT_BINARY_DIR}/src ) -- cgit v1.2.3