用于存放学校的作业便于复习。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
253 B

  1. cmake_minimum_required(VERSION 3.26)
  2. project(chapter6)
  3. set(CMAKE_CXX_STANDARD 23)
  4. add_executable(graph1 第六章作业1.cpp)
  5. add_executable(graph2 第六章作业2.cpp)
  6. SET(EXECUTABLE_OUTPUT_PATH R:/)
  7. set(CMAKE_CXX_FLAGS_RELEASE -fexec-charset=GBK)