feat: add cmake config for building and installing
All checks were successful
CI / build (push) Successful in 13s

Reviewed-on: #8
This commit was merged in pull request #8.
This commit is contained in:
2026-03-15 00:52:26 +01:00
parent 11c891c2f1
commit e9df33520a
7 changed files with 51 additions and 13 deletions

5
Config.cmake.in Normal file
View File

@@ -0,0 +1,5 @@
@PACKAGE_INIT@
include("${CMAKE_CURRENT_LIST_DIR}/curtleTargets.cmake")
check_required_components(curtle)