diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-01-24 15:29:22 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-01-24 15:29:22 +0100 |
| commit | 8c77f7a054eb15d3e73649bce5447f172a99969c (patch) | |
| tree | 051e2761b2f12c11861ce47fde4ea5c3ff2810b7 /CMakeLists.txt | |
| parent | fd78f92863361a3b25808f2ca988f820f2d35618 (diff) | |
Improve overall parsing
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 1106056..b86b74c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,6 +9,7 @@ set(PGNP_INCLUDE_DIR ${CMAKE_CURRENT_BINARY_DIR}/includes) # For conveniance set(PGNP_INCLUDE_DIR ${PGNP_INCLUDE_DIR} PARENT_SCOPE) # To be used by other projects with add_subdirectory() file(MAKE_DIRECTORY ${PGNP_INCLUDE_DIR}) configure_file(src/pgnp.hpp ${PGNP_INCLUDE_DIR} COPYONLY) +include_directories(${PGNP_INCLUDE_DIR}) # Unit tests enable_testing() |
