MasterBe

Results 1 comments of MasterBe

I tried using vcpkg and did the below in Cmakelists: # Find and include Boost find_package(Boost REQUIRED) message(STATUS "Boost_INCLUDE_DIRS: ${Boost_INCLUDE_DIRS}") message(STATUS "Boost_LIBRARIES: ${Boost_LIBRARIES}") # Include Boost headers target_include_directories(${PROJECT_NAME} INTERFACE ${Boost_INCLUDE_DIRS})...