obs-websocket/cmake/obs-websocket-apiConfig.cmake.in

9 lines
194 B
CMake
Raw Normal View History

@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(libobs REQUIRED)
include("${CMAKE_CURRENT_LIST_DIR}/@TARGETS_EXPORT_NAME@.cmake")
check_required_components("@PROJECT_NAME@")