Skip to content

Commit

Permalink
Template update of Management Data Input/Output (MDIO) Analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus10110 committed Jul 9, 2018
1 parent 017b90f commit da98533
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(mdio_analyzer SHARED ${SOURCES})
target_link_libraries(mdio_analyzer PRIVATE Saleae::AnalyzerSDK)

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

set_post_build_destination(mdio_analyzer)

0 comments on commit da98533

Please sign in to comment.