BayesNet/config/CMakeLists.txt

5 lines
115 B
CMake
Raw Permalink Normal View History

2023-07-17 20:51:15 +00:00
configure_file(
"config.h.in"
2024-03-09 11:27:05 +00:00
"${CMAKE_BINARY_DIR}/configured_files/include/bayesnet/config.h" ESCAPE_QUOTES
2023-07-17 20:51:15 +00:00
)