Sign in
eigen
/
mirror
/
802568322625be9ab162c3529d525b960ed96a0c
/
.
/
bench
/
btl
/
libs
/
mtl4
/
CMakeLists.txt
blob: 132a501bea47545f6d663db75fc5a0a685bc5b53 [
file
] [
log
] [
blame
]
find_package(MTL4)
if (MTL4_FOUND)
include_directories(${MTL4_INCLUDE_DIR})
btl_add_bench(btl_mtl4 main.cpp)
endif ()