eigen/cmake/Eigen3Config.cmake.in

9 lines
254 B
CMake
Raw Normal View History

# This file exports the Eigen3::Eigen CMake target which should be passed to the
# target_link_libraries command.
2013-10-09 16:25:50 +08:00
@PACKAGE_INIT@
2013-10-09 16:25:50 +08:00
if (NOT TARGET Eigen3::Eigen)
include ("${CMAKE_CURRENT_LIST_DIR}/Eigen3Targets.cmake")
endif (NOT TARGET Eigen3::Eigen)