6 lines
196 B
CMake
6 lines
196 B
CMake
@PACKAGE_INIT@
|
|
|
|
|
|
# Our library dependencies (contains definitions for IMPORTED targets)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake")
|
|
check_required_components("@PROJECT_NAME@") |