fsfw/src/fsfw_hal/common/CMakeLists.txt
Robin Mueller ebc02673dd
Some checks are pending
fsfw/fsfw/pipeline/head Build started...
fsfw/fsfw/pipeline/pr-development This commit looks good
provide a weak print char impl
2022-09-02 08:50:39 +02:00

3 lines
76 B
CMake

add_subdirectory(gpio)
target_sources(${LIB_FSFW_NAME} PRIVATE printChar.c)