5 lines
91 B
CMake
5 lines
91 B
CMake
configure_file(
|
|
"config.h.in"
|
|
"${Folding_SOURCE_DIR}/config_folding.h" ESCAPE_QUOTES
|
|
)
|