mirror of
https://gitlab.com/manzerbredes/cgeditor.git
synced 2025-04-05 17:46:28 +02:00
Update chess-move-interface and improve CMake integration
This commit is contained in:
parent
83c92b1f48
commit
84e52acd1a
2 changed files with 3 additions and 3 deletions
|
@ -16,11 +16,11 @@ endforeach(FILE ${HEADER_FILES})
|
|||
# Compile cgeditor
|
||||
include_directories(src)
|
||||
file(GLOB_RECURSE SRC_CPP_FILES src/*.cpp)
|
||||
add_library(cgeditor SHARED ${SRC_CPP_FILES})
|
||||
add_library(cgeditor STATIC ${SRC_CPP_FILES})
|
||||
|
||||
# ChessMoveInterface
|
||||
add_subdirectory(libs/chess-move-interface)
|
||||
include_directories(${CMI_INCLUDE_DIR})
|
||||
target_link_libraries(cgeditor PRIVATE ChessMoveInterface)
|
||||
|
||||
# Examples
|
||||
set(COMPILE_EXAMPLES FALSE CACHE BOOL "Compiling included examples")
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 7125292878ffc3568018e1e509c9210a074c67a6
|
||||
Subproject commit 0e154098a5048165da6f0623c946bd9a4b3e5749
|
Loading…
Add table
Reference in a new issue