初始化
This commit is contained in:
13
CMakeLists.txt
Normal file
13
CMakeLists.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
cmake_minimum_required(VERSION 3.30)
|
||||
project(untitled)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
|
||||
add_executable(untitled main.cpp
|
||||
Cosmetic.cpp
|
||||
Cosmetic.h
|
||||
CosmeticManager.cpp
|
||||
CosmeticManager.h
|
||||
)
|
||||
|
||||
target_link_libraries(untitled user32) # 添加Windows API支持
|
||||
Reference in New Issue
Block a user