summaryrefslogtreecommitdiffstats
path: root/cmake/GenerateBuild.cmake
blob: 020eb84c7500d16e39d4e76fdf8e67f098e87210 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0
#
# Copyright (C) 2020 Manuel Bentele <development@manuel-bentele.de>
#

# set current build type of the project
set(DNBD3_BUILD ${BUILD_TYPE})

# write dnbd3 build type into a new C source file based on the specified build file template
configure_file(${BUILD_INPUT_FILE_TEMPLATE} ${BUILD_OUTPUT_FILE})