Add pathnames.h.in

Signed-off-by: Masanori Ogino <mogino@acm.org>
This commit is contained in:
Masanori Ogino 2023-11-29 16:31:34 +09:00
commit 199e92f345
3 changed files with 43 additions and 0 deletions

View file

@ -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