mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-22 00:12:06 -04:00
9 lines
194 B
CMake
9 lines
194 B
CMake
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
|
|
find_dependency(libobs REQUIRED)
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/@TARGETS_EXPORT_NAME@.cmake")
|
|
check_required_components("@PROJECT_NAME@")
|