Removing useless submodules and exporting targets

This commit is contained in:
Pcornat 2024-10-30 20:35:38 +01:00
commit 2b59a832a4
Signed by: Pcornat
GPG key ID: E0326CC678A00BDD
6 changed files with 51 additions and 47 deletions

7
Config.cmake.in Normal file
View file

@ -0,0 +1,7 @@
@PACKAGE_INIT@
include("${CMAKE_CURRENT_LIST_DIR}/billySheetTargets.cmake")
include(CMakeFindDependencyMacro)
find_dependency(PkgConfig REQUIRED)
check_required_components(billySheet)