mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-04 17:18:25 -05:00
12 lines
250 B
CMake
Executable File
12 lines
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@") |