Generate Paths.h by CMake
Signed-off-by: Masanori Ogino <mogino@acm.org>
This commit is contained in:
parent
76878dfa43
commit
350e9c5a35
3 changed files with 25 additions and 61 deletions
|
|
@ -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}")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue