Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
find_package(MTL4)
if (MTL4_FOUND)
include_directories(${MTL4_INCLUDE_DIR})
btl_add_bench(btl_mtl4 main.cpp)
endif ()