Skip to content
Snippets Groups Projects
Commit 7bf44ad8 authored by Edward Longman's avatar Edward Longman
Browse files

Add uart_drv library to build

parent ce2e7149
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ link_directories(
# See if even the minimal will compile.
add_executable(${PROJECT_NAME}_min test/min.c lib/hal_mcu/hal_mcu.c)
target_link_libraries(${PROJECT_NAME}_min)
target_link_libraries(${PROJECT_NAME}_min uart_drv)
add_executable(${PROJECT_NAME}_rxer test/LaunchPad_trx_main.c test/LaunchPad_trx_demo.c)
target_link_libraries(${PROJECT_NAME}_rxer hal_mcu radio_drv)
......
......@@ -4,3 +4,4 @@ include(${CMAKE_SOURCE_DIR}/../common.cmake)
add_subdirectory(hal_mcu)
add_subdirectory(radio_drv)
add_subdirectory(uart_drv)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment