blob: 20db2201d4e4ff4dc5c4eca32dbb79975c24772c (
plain)
1
2
3
4
5
6
7
8
|
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(unofficial-lua CONFIG)
include("${CMAKE_CURRENT_LIST_DIR}/sproto-targets.cmake")
check_required_components(sproto)
|