12 lines
No EOL
250 B
CMake
Executable file
12 lines
No EOL
250 B
CMake
Executable file
#@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
|
|
find_dependency(ZLIB)
|
|
|
|
if (@ENABLE_BZIP2@)
|
|
find_dependency(BZip2)
|
|
endif()
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
|
|
check_required_components("@PROJECT_NAME@") |