Skip to content

Commit

Permalink
Template update of System Management Bus (SMBus) Analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus10110 committed Jul 9, 2018
1 parent 4481e5f commit a262e7b
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(smbus_analyzer SHARED ${SOURCES})
target_link_libraries(smbus_analyzer PRIVATE Saleae::AnalyzerSDK)

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

set_post_build_destination(smbus_analyzer)

0 comments on commit a262e7b

Please sign in to comment.