mirror of
https://github.com/rmontanana/mdlp.git
synced 2025-08-16 07:55:58 +00:00
5 lines
106 B
CMake
5 lines
106 B
CMake
configure_file(
|
|
"config.h.in"
|
|
"${CMAKE_BINARY_DIR}/configured_files/include/config.h" ESCAPE_QUOTES
|
|
)
|