Skip to content

Commit

Permalink
Template update of 1-Wire Analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus10110 committed Jul 9, 2018
1 parent e8793a4 commit 1c37b9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ add_library(one_wire_analyzer SHARED ${SOURCES})
target_link_libraries(one_wire_analyzer PRIVATE Saleae::AnalyzerSDK)

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

set_post_build_destination(one_wire_analyzer)

0 comments on commit 1c37b9d

Please sign in to comment.