fsfw/src/fsfw_hal/common/CMakeLists.txt

4 lines
77 B
CMake
Raw Normal View History

2021-07-15 18:53:59 +02:00
add_subdirectory(gpio)
2022-09-02 08:50:39 +02:00
2022-11-09 13:49:12 +01:00
target_sources(${LIB_FSFW_NAME} PRIVATE printChar.c)