configure the build files

This commit is contained in:
Sven Czarnian
2021-08-09 22:28:26 +02:00
parent 328420c185
commit 7addd2ab43

View File

@@ -35,6 +35,15 @@ IF (MSVC)
ADD_DEFINITIONS(/D_USRDLL /D_CRT_SECURE_NO_WARNINGS) ADD_DEFINITIONS(/D_USRDLL /D_CRT_SECURE_NO_WARNINGS)
ENDIF () ENDIF ()
CONFIGURE_FILE(
${CMAKE_SOURCE_DIR}/version.h.in
${CMAKE_BINARY_DIR}/include/version.h
)
CONFIGURE_FILE(
${CMAKE_SOURCE_DIR}/res/ArrivalMANager.rc.in
${CMAKE_BINARY_DIR}/ArrivalMANager.rc
)
# define include directories # define include directories
INCLUDE_DIRECTORIES( INCLUDE_DIRECTORIES(
${CMAKE_SOURCE_DIR}/include ${CMAKE_SOURCE_DIR}/include