mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +08:00
7 lines
177 B
CMake
7 lines
177 B
CMake
# -*- cmake -*-
|
|
#
|
|
# UseEigen3.cmake
|
|
|
|
add_definitions ( ${EIGEN3_DEFINITIONS} )
|
|
include_directories ( ${EIGEN3_INCLUDE_DIRS} )
|