mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-12 13:58:25 -05:00
8 lines
140 B
CMake
Executable File
8 lines
140 B
CMake
Executable File
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
|
|
if(NOT TARGET libffi)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/libffiTargets.cmake")
|
|
endif()
|