artichoke-lang/cmake/artichokeConfig.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

3 lines
92 B
CMake

include(CMakeFindDependencyMacro)
include(${CMAKE_CURRENT_LIST_DIR}/artichokeTargets.cmake)