summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominick Allen <djallen@librehumanitas.org>2024-10-25 17:16:09 -0500
committerDominick Allen <djallen@librehumanitas.org>2024-10-25 17:16:09 -0500
commitf84b8259f6e980fed647d8e1ec0634f89ee59c06 (patch)
tree53f47ba2ae262cdfc8edf4e2617b681186ffd60b
parent7b30a5425eaf7aae1d72d5ba564092e342901fe8 (diff)
Correct CMakeLists.txt.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6a3076b..88833ab 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -118,7 +118,7 @@ set(FUD_HEADERS
"include/fud_utf8.hpp"
"include/fud_utf8_iterator.hpp"
"include/fud_vector.hpp"
- "${CMAKE_CURRENT_BINARY_DIR}/fud_config.hpp"
+ "${CMAKE_CURRENT_BINARY_DIR}/include/fud_config.hpp"
)
set_target_properties(fud PROPERTIES PUBLIC_HEADER "${FUD_HEADERS}")