Generate Paths.h by CMake

Signed-off-by: Masanori Ogino <mogino@acm.org>
This commit is contained in:
Masanori Ogino 2023-12-01 15:17:40 +09:00
commit 350e9c5a35
3 changed files with 25 additions and 61 deletions

View file

@ -33,6 +33,10 @@ configure_file(
"${CMAKE_SOURCE_DIR}/pathnames.h.in"
"${CMAKE_BINARY_DIR}/pathnames.h"
)
configure_file(
"${CMAKE_SOURCE_DIR}/Paths.h.in"
"${CMAKE_BINARY_DIR}/Paths.h"
)
include_directories("${CMAKE_BINARY_DIR}")