feat: add install target
This commit is contained in:
@@ -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")
|
||||||
Reference in New Issue
Block a user