From 03ce4126cfa09ff0a55e70bdc44c1d5dd4035043 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 2 May 2023 19:16:51 +0200 Subject: [PATCH] Debug CMake file --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 56d379a..5e19a45 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ endforeach(FILE ${HEADER_FILES}) file(GLOB_RECURSE SRC_CPP_FILES src/*.cpp) if(NOT TARGET ChessMoveInterface) add_library(ChessMoveInterface STATIC ${SRC_CPP_FILES}) - target_include_directories(ChessMoveInterface PUBLIC src) + target_include_directories(ChessMoveInterface PUBLIC ${CMI_INCLUDE_DIR}) endif() # Unit tests