5 lines
67 B
CMake
5 lines
67 B
CMake
file(CONFIGURE
|
|
OUTPUT "file.txt"
|
|
CONTENT "foo-$<CONFIG>"
|
|
)
|