6 lines
88 B
CMake
6 lines
88 B
CMake
if(FSFW_HAL_ADD_RASPBERRY_PI)
|
|
add_subdirectory(rpi)
|
|
endif()
|
|
|
|
add_subdirectory(gpio)
|