mirror of
https://onedev.site.tesses.net/tesses-framework/tessesframework-gfx
synced 2026-02-08 16:35:45 +00:00
Initial commit
This commit is contained in:
10
Config.cmake.in
Normal file
10
Config.cmake.in
Normal file
@@ -0,0 +1,10 @@
|
||||
@PACKAGE_INIT@
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/TessesFrameworkGFXTargets.cmake")
|
||||
|
||||
check_required_components(TessesFrameworkGFX)
|
||||
find_package(TessesFramework)
|
||||
|
||||
if(@TESSESFRAMEWORKGFX_ENABLE_WEBCAM@)
|
||||
find_package(webcam)
|
||||
endif()
|
||||
Reference in New Issue
Block a user