blob: 6a894b0f851cdc6cd01980e3f175545d8a49f170 [file] [log] [blame]
cmake_minimum_required(VERSION 3.12)
project("configure file test" LANGUAGES C)
set("var1" "foo")
set("var2" "bar")
configure_file("config7.h.in" "config7.h")
set("var" "foo")
configure_file("config10.h.in" "config10.h")