iguana icon indicating copy to clipboard operation
iguana copied to clipboard

CMakeLists.txt can be added findBoost()

Open tan-wei opened this issue 5 years ago • 0 comments

It's easy to add somelines descripted below.

find_package(Boost)
include_directories(${Boost_INCLUDE_DIRS})

tan-wei avatar Jan 12 '19 03:01 tan-wei