Home | History | Annotate | Download | only in ublas
      1 
      2 find_package(Boost)
      3 if (Boost_FOUND)
      4   include_directories(${Boost_INCLUDE_DIRS})
      5   include_directories(${Boost_INCLUDES})
      6   btl_add_bench(btl_ublas main.cpp)
      7 endif (Boost_FOUND)
      8