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