8 lines
144 B
CMake
8 lines
144 B
CMake
|
@PACKAGE_INIT@
|
||
|
|
||
|
include (CMakeFindDependencyMacro)
|
||
|
|
||
|
find_dependency (Threads)
|
||
|
|
||
|
include("${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake")
|