Zhangjiaxin39727

Avatar
  • Total activity 4
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 1
  • Created

    What's wrong with my boost? (macOS)

    Completed
    Here is my CMakeList.txt:cmake_minimum_required(VERSION 3.27) project(maxSubArray) set(CMAKE_CXX_STANDARD 17) find_package(Boost) include_directories(${Boost_INCLUDE_DIRS}) add_executable(maxSub...
    • 1 follower
    • 1 comment
    • 0 votes