1234567891011121314151617181920212223 |
- # This file exports the Eigen3::Eigen CMake target which should be passed to the
- # target_link_libraries command.
- @PACKAGE_INIT@
- if (NOT TARGET eigen)
- include ("${CMAKE_CURRENT_LIST_DIR}/Eigen3Targets.cmake")
- endif ()
- # Legacy variables, do
- set
- set
- set
- set
- set
- set
- set
- set
- set
- set
|