diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-01-26 20:50:24 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-01-26 20:50:24 +0100 |
| commit | f144f14d9c13f58afdcc86210824b25d9bf13a12 (patch) | |
| tree | c04de1c77020eaa0f0b52d5e4d5b90b13d6553da /CMakeLists.txt | |
| parent | 0fa6b682f5fcc63d3b212eeb52d998d0e33062ba (diff) | |
Improve parsing data type
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d0dd64..64447e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}) |
