artichoke-lang/lib/cmake/generated.cmake
erick-alcachofa 0f4474821d
chore: Added CMake project setup
Added CMake files to set up project build, also added the file tree
structure of the project and clangd related settings
2025-03-04 12:50:53 -06:00

5 lines
116 B
CMake

configure_file(
cmake/inputs/Info.hpp.in
${CMAKE_CURRENT_BINARY_DIR}/include/artichoke/Info.hpp ESCAPE_QUOTES
)