aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-05-02 19:44:58 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2023-05-02 19:44:58 +0200
commitffed9d86fce8cd6c382829075c94b8e1cf1865c6 (patch)
tree538fd879fd7a8a06dc7a71b4448e477a54d74880 /CMakeLists.txt
parente0e4291602ce092435fffad9c8902d1fbef5e114 (diff)
Update pgnp and improve CMake integration
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6083326..4775bdd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,7 +26,6 @@ include_directories(${CGEDITOR_INCLUDE_DIR})
# pgnp
add_subdirectory(libs/pgnp)
target_link_libraries(ochess pgnp)
-include_directories(${PGNP_INCLUDE_DIR})
#uciadapter
add_subdirectory(libs/uciadapter)