~aleteoryx/muditaos

ref: 89cfcb94a9a61289dbb49d9a6fda06f18861b44f muditaos/cmake/modules/GenVersionHpp.cmake -rw-r--r-- 355 bytes
89cfcb94 — Marcin Zieliński [MOS-357] Fix backing from new contact window when came there from call log 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
# This script generates the source/version.hpp containing project version
# information. It is meant to be run at build time by running CMake as a target.

list(APPEND CMAKE_MODULE_PATH "${SRC_DIR}/cmake/modules")
include(Version)
configure_file(
    ${SRC_DIR}/source/version.hpp.template
    ${CMAKE_BINARY_DIR}/source/include/product/version.hpp
    )