mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-21 07:19:46 +08:00
6f71ef8277
in the benchmark suite
8 lines
180 B
CMake
8 lines
180 B
CMake
|
|
find_package(Boost)
|
|
if (Boost_FOUND)
|
|
include_directories(${Boost_INCLUDE_DIRS})
|
|
include_directories(${Boost_INCLUDES})
|
|
btl_add_bench(btl_ublas main.cpp)
|
|
endif (Boost_FOUND)
|