• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2find_package(MTL4)
3if (MTL4_FOUND)
4  include_directories(${MTL4_INCLUDE_DIR})
5  btl_add_bench(btl_mtl4 main.cpp)
6endif (MTL4_FOUND)
7