Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
12345678910111213 |
- add_library(picowota_reboot INTERFACE)
-
- target_include_directories(picowota_reboot INTERFACE
- ${CMAKE_CURRENT_LIST_DIR}/include
- )
-
- target_sources(picowota_reboot INTERFACE
- ${CMAKE_CURRENT_LIST_DIR}/reboot.c
- )
-
- target_link_libraries(picowota_reboot INTERFACE
- hardware_structs
- )
|