Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
find_package(Boost)
if (Boost_FOUND)
include_directories(${Boost_INCLUDE_DIRS})
include_directories(${Boost_INCLUDES})
btl_add_bench(btl_ublas main.cpp)
endif ()