2016-11-22 19:25:06 +08:00
|
|
|
# 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
|
|
|
|
2016-11-22 19:25:06 +08:00
|
|
|
@PACKAGE_INIT@
|
2013-10-09 16:25:50 +08:00
|
|
|
|
2021-04-27 19:27:41 +08:00
|
|
|
if (NOT TARGET Eigen3::Eigen)
|
2018-09-08 03:50:19 +08:00
|
|
|
include ("${CMAKE_CURRENT_LIST_DIR}/Eigen3Targets.cmake")
|
2021-04-27 19:27:41 +08:00
|
|
|
endif (NOT TARGET Eigen3::Eigen)
|