Skip to content

Commit

Permalink
Template update of JTAG Analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus10110 committed Jul 9, 2018
1 parent 75e005c commit 04588b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -23,9 +23,9 @@ add_library(jtag_analyzer SHARED ${SOURCES})
target_link_libraries(jtag_analyzer PRIVATE Saleae::AnalyzerSDK)

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

set_post_build_destination(jtag_analyzer)

0 comments on commit 04588b4

Please sign in to comment.