Skip to content

Commit

Permalink
chore: clean some useless
Browse files Browse the repository at this point in the history
install MaaRpc header
  • Loading branch information
neko-para committed Oct 8, 2023
1 parent 3b5b300 commit 9579831
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion source/MaaControlUnit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ add_dependencies(MaaControlUnit MaaUtils)
install(TARGETS MaaControlUnit
RUNTIME DESTINATION bin
LIBRARY DESTINATION bin
PUBLIC_HEADER DESTINATION include
ARCHIVE DESTINATION lib
)

Expand Down
2 changes: 1 addition & 1 deletion source/MaaRpc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ target_link_libraries(MaaRpc
install(TARGETS MaaRpc
RUNTIME DESTINATION bin
LIBRARY DESTINATION bin
PUBLIC_HEADER DESTINATION include
ARCHIVE DESTINATION lib
)
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/../../include/MaaRpc" DESTINATION "include")

source_group(TREE ${CMAKE_SOURCE_DIR} FILES ${maa_rpc_src})

Expand Down
1 change: 0 additions & 1 deletion source/MaaUtils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ target_compile_definitions(MaaUtils PRIVATE MAA_UTILS_EXPORTS)
install(TARGETS MaaUtils
RUNTIME DESTINATION bin
LIBRARY DESTINATION bin
PUBLIC_HEADER DESTINATION include
ARCHIVE DESTINATION lib
)

Expand Down
1 change: 0 additions & 1 deletion source/binding/JavaScript/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ target_compile_definitions(MaaJSExtra PRIVATE MAA_BINDING_EXTRA_EXPORTS)
install(TARGETS MaaJSExtra
RUNTIME DESTINATION bin
LIBRARY DESTINATION bin
PUBLIC_HEADER DESTINATION include
ARCHIVE DESTINATION lib
)

Expand Down

0 comments on commit 9579831

Please sign in to comment.