- @PACKAGE_INIT@
- include(CMakeFindDependencyMacro)
- if(MSVC)
- find_dependency(w32-pthreads REQUIRED)
- endif()
- find_dependency(Threads REQUIRED)
- include("${CMAKE_CURRENT_LIST_DIR}/@[email protected]")
- check_required_components("@PROJECT_NAME@")
- set_property(TARGET OBS::libobs APPEND PROPERTY INTERFACE_COMPILE_DEFINITIONS HAVE_OBSCONFIG_H)
|