summaryrefslogtreecommitdiff
path: root/cmake/GenerateVersionFile.cmake
blob: 7b2ad0cd4be1f318ffde5c6c121e4569b8f01de5 (plain)
1
2
3
4
configure_file(
  ${CMAKE_SOURCE_DIR}/cmake/version.cpp.in
  ${CMAKE_BINARY_DIR}/src/version.cpp
  @ONLY)