Skip to content

Commit

Permalink
chore: 整理一下CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Nov 20, 2023
1 parent 485800e commit e274014
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions source/cli/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,33 +9,18 @@ set(CMAKE_BUILD_TYPE "Release")
set(CMAKE_CONFIGURATION_TYPES "Release")

add_executable(MAABH3_CLI
main.cpp
main.h
CustomAction/CombatAction.h
CustomAction/CombatAction.cpp
CustomAction/CustomActionRegistrar.h
CustomAction/CustomActionRegistrar.cpp
CustomAction/CustomAction.h
main.cpp
CustomAction/CustomAction.cpp
CustomAction/CustomActionRegistry.h
CustomAction/RandomPointGenerator.h
CustomAction/CustomActionRegistrar.cpp
CustomAction/CombatAction.cpp
CustomAction/RandomPointGenerator.cpp
CustomRecognizer/CustomRecognizer.cpp
CustomRecognizer/CustomRecognizer.h
CustomRecognizer/CustomRecognizerRegistrar.cpp
CustomRecognizer/CustomRecognizerRegistrar.h
CustomRecognizer/CustomRecognizerRegistry.h
CustomRecognizer/CombatRecognizer.h
CustomRecognizer/CombatRecognizer.cpp
Config/Config.h
Config/Config.cpp
Config/ControlConfig.h
Config/ControlConfig.cpp
Config/DeviceConfig.h
Config/DeviceConfig.cpp
Config/TasksConfig.h
Config/TasksConfig.cpp
Config/ConfigMgr.h
Config/ConfigMgr.cpp
)
target_link_libraries(MAABH3_CLI PRIVATE MaaFramework MaaToolKit)
Expand Down

0 comments on commit e274014

Please sign in to comment.