mirror of
https://gitlab.com/manzerbredes/chess-move-interface.git
synced 2025-04-05 17:46:30 +02:00
Debug CMake file
This commit is contained in:
parent
0e154098a5
commit
03ce4126cf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue