SharedSchoolSpace/作业/数据结构-金健/C++/第七章作业/CMakeLists.txt

10 lines
355 B
CMake
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

cmake_minimum_required(VERSION 3.26)
project(chapter7)
set(CMAKE_CXX_STANDARD 23)
add_executable(binsort1 第七章作业1.cpp)
add_executable(binsort2 第七章作业2.cpp)
#set(EXECUTABLE_OUTPUT_PATH R:/) # 在WSL里不能这样
#set(CMAKE_CXX_FLAGS_RELEASE -fexec-charset=GBK) # WSLLinuxUTF-8