Add pathnames.h.in
Signed-off-by: Masanori Ogino <mogino@acm.org>
This commit is contained in:
parent
476e55a0c0
commit
199e92f345
3 changed files with 43 additions and 0 deletions
|
|
@ -22,6 +22,15 @@
|
|||
|
||||
cmake_minimum_required(VERSION 3.9)
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
||||
configure_file(
|
||||
"${CMAKE_SOURCE_DIR}/pathnames.h.in"
|
||||
"${CMAKE_BINARY_DIR}/pathnames.h"
|
||||
)
|
||||
|
||||
include_directories("${CMAKE_BINARY_DIR}")
|
||||
|
||||
project(sj3
|
||||
VERSION 2.0.94
|
||||
LANGUAGES C
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue