mirror of
https://gitlab.com/manzerbredes/chess-move-interface.git
synced 2025-04-19 12:19:43 +00:00
Add tests and improve interface
This commit is contained in:
parent
8fd85102ab
commit
f3e3ab4911
8 changed files with 21718 additions and 18 deletions
|
@ -19,4 +19,8 @@ include_directories(src)
|
|||
file(GLOB_RECURSE SRC_CPP_FILES src/*.cpp)
|
||||
if(NOT TARGET ChessMoveInterface)
|
||||
add_library(ChessMoveInterface SHARED ${SRC_CPP_FILES})
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Unit tests
|
||||
enable_testing()
|
||||
add_subdirectory(./tests)
|
Loading…
Add table
Add a link
Reference in a new issue