1
0

obs-frontend-apiConfig.cmake.in 199 B

12345678
  1. @PACKAGE_INIT@
  2. include(CMakeFindDependencyMacro)
  3. find_dependency(OBS::libobs REQUIRED)
  4. include("${CMAKE_CURRENT_LIST_DIR}/@[email protected]")
  5. check_required_components("@PROJECT_NAME@")