Skip to content

Commit

Permalink
build: missing pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Dec 8, 2024
1 parent 074b657 commit 0a3c0a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source/MaaAdbControlUnit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ install(

# ARCHIVE DESTINATION lib
)
install(FILES $<TARGET_PDB_FILE:MaaAdbControlUnit> DESTINATION symbol)

if(WIN32)
install(FILES $<TARGET_PDB_FILE:MaaAdbControlUnit> DESTINATION symbol)
endif()

source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR} FILES ${maa_adb_control_unit_src})

0 comments on commit 0a3c0a0

Please sign in to comment.