Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Feb 20, 2024
1 parent 445bddb commit ed75407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/cli/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ add_executable(MAABH3_CLI
Config/ConfigMgr.cpp
Cache/AdbConfigCache.cpp
)
target_link_libraries(MAABH3_CLI PRIVATE MaaFramework MaaToolKit)
target_link_libraries(MAABH3_CLI PRIVATE MaaFramework MaaToolkit)

add_dependencies(MAABH3_CLI AssetsResource)

Expand Down

0 comments on commit ed75407

Please sign in to comment.