Debug CMake file

This commit is contained in:
Loic Guegan 2023-05-02 19:16:51 +02:00
parent 0e154098a5
commit 03ce4126cf

View file

@ -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