Skip to content

Commit

Permalink
feat: prevent MaaRpcCli popup console
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-para committed Oct 20, 2023
1 parent 3cad822 commit 962ad90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MaaRpc/cli/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
file(GLOB maa_rpc_cli_src ./*.cpp)

add_executable(MaaRpcCli ${maa_rpc_cli_src})
add_executable(MaaRpcCli WIN32 ${maa_rpc_cli_src})
target_include_directories(MaaRpcCli PRIVATE ../../../include)
target_link_libraries(MaaRpcCli MaaRpc)

Expand Down

0 comments on commit 962ad90

Please sign in to comment.