mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
355382ad63
* remove useless statement * Add eigen to third_party dir * remove reducdant lines
7 lines
177 B
CMake
7 lines
177 B
CMake
# -*- cmake -*-
|
|
#
|
|
# UseEigen3.cmake
|
|
|
|
add_definitions ( ${EIGEN3_DEFINITIONS} )
|
|
include_directories ( ${EIGEN3_INCLUDE_DIRS} )
|