mirror of
https://gitlab.com/manzerbredes/chess-move-interface.git
synced 2025-04-26 23:17:46 +00:00
Improve parsing data type
This commit is contained in:
parent
0fa6b682f5
commit
f144f14d9c
8 changed files with 45 additions and 28 deletions
|
@ -11,6 +11,7 @@ file(MAKE_DIRECTORY ${PGNP_INCLUDE_DIR})
|
|||
configure_file(src/PGN.hpp ${PGNP_INCLUDE_DIR}/pgnp.hpp COPYONLY)
|
||||
configure_file(src/HalfMove.hpp ${PGNP_INCLUDE_DIR} COPYONLY)
|
||||
configure_file(src/LargeFileStream.hpp ${PGNP_INCLUDE_DIR} COPYONLY)
|
||||
configure_file(src/Types.hpp ${PGNP_INCLUDE_DIR} COPYONLY)
|
||||
|
||||
include_directories(${PGNP_INCLUDE_DIR})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue