7 lines
112 B
CMake
7 lines
112 B
CMake
add_library(usart STATIC
|
|
usart.c
|
|
)
|
|
|
|
target_include_directories(usart PUBLIC
|
|
${CMAKE_CURRENT_LIST_DIR}
|
|
)
|