first commit
This commit is contained in:
8
CMakeModules/GenerateBuildInfo.cmake
Normal file
8
CMakeModules/GenerateBuildInfo.cmake
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
add_custom_target(
|
||||
buildId
|
||||
${CMAKE_COMMAND} -D SRC=${CMAKE_SOURCE_DIR}
|
||||
-D DST=${CMAKE_BINARY_DIR}/src/Include/flightgearBuildId.h
|
||||
-P ${CMAKE_SOURCE_DIR}/CMakeModules/buildId.cmake
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user