Initial commit
This commit is contained in:
9
Config.cmake.in
Normal file
9
Config.cmake.in
Normal file
@@ -0,0 +1,9 @@
|
||||
@PACKAGE_INIT@
|
||||
|
||||
include(CMakeFindDependencyMacro)
|
||||
find_dependency(SDL3 REQUIRED)
|
||||
find_dependency(SDL3_ttf REQUIRED)
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/quipTargets.cmake")
|
||||
|
||||
check_required_components(quip)
|
||||
Reference in New Issue
Block a user