feat: add install target

This commit is contained in:
2024-05-09 11:51:53 +02:00
parent a13048665f
commit c839c1ff49

View File

@@ -44,3 +44,5 @@ endif()
# Link spdlog with your executable # Link spdlog with your executable
target_link_libraries(usbmakroboard PRIVATE spdlog::spdlog) target_link_libraries(usbmakroboard PRIVATE spdlog::spdlog)
install(TARGETS usbmakroboard DESTINATION "${CMAKE_INSTALL_PREFIX}/bin")