7 lines
140 B
CMake
Executable file
7 lines
140 B
CMake
Executable file
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
|
|
if(NOT TARGET libffi)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/libffiTargets.cmake")
|
|
endif()
|