Added CMake files to set up project build, also added the file tree structure of the project and clangd related settings
5 lines
116 B
CMake
5 lines
116 B
CMake
configure_file(
|
|
cmake/inputs/Info.hpp.in
|
|
${CMAKE_CURRENT_BINARY_DIR}/include/artichoke/Info.hpp ESCAPE_QUOTES
|
|
)
|