Skip to content

Commit

Permalink
Template update of Controller Area Network (CAN) Analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus10110 committed Jul 9, 2018
1 parent 26d8afd commit 1b23fcc
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(can_analyzer SHARED ${SOURCES})
target_link_libraries(can_analyzer PRIVATE Saleae::AnalyzerSDK)

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

set_post_build_destination(can_analyzer)

0 comments on commit 1b23fcc

Please sign in to comment.