Sign in
third-party-mirror
/
eigen
/
209760957eca6047b21726cadd43b3ffbdf4b65b
/
.
/
cmake
/
Eigen3Config.cmake.in
blob: 96582f5d99230730b45d9d7eb1c309a1058273af [
file
] [
log
] [
blame
]
# 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
)