Skip to content

Commit

Permalink
Template update of ARM Serial Wire Debug (SWD) Analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus10110 committed Jul 9, 2018
1 parent af26ee4 commit 628fc27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -25,9 +25,9 @@ add_library(swd_analyzer SHARED ${SOURCES})
target_link_libraries(swd_analyzer PRIVATE Saleae::AnalyzerSDK)

if(MSVC)
install(TARGETS swd_analyzer RUNTIME DESTINATION ".")
install(TARGETS swd_analyzer RUNTIME DESTINATION "Analyzers")
else()
install(TARGETS swd_analyzer LIBRARY DESTINATION ".")
install(TARGETS swd_analyzer LIBRARY DESTINATION "Analyzers")
endif()

set_post_build_destination(swd_analyzer)

0 comments on commit 628fc27

Please sign in to comment.