0
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2026-01-18 17:31:19 +01:00
Files
eigen/cmake/Eigen3Config.cmake.in
2021-09-01 19:05:51 +02:00

9 lines
254 B
CMake

# This file exports the Eigen3::Eigen CMake target which should be passed to the
# target_link_libraries command.
@PACKAGE_INIT@
if (NOT TARGET Eigen3::Eigen)
include ("${CMAKE_CURRENT_LIST_DIR}/Eigen3Targets.cmake")
endif (NOT TARGET Eigen3::Eigen)