rffc506x: link libm

pull/18/head
Steve Kelly 2021-11-25 21:07:15 -05:00
rodzic 71f8bdf2df
commit c9e50c0e00
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -17,6 +17,8 @@ add_compile_options(-Wall -Wextra -Wno-missing-braces)
#Generate the static library from the sources
add_library(rffc507x STATIC ${SOURCES_LIB})
target_link_libraries(rffc507x rt m pthread)
add_executable(test_rffc507x ${SOURCES})
target_link_libraries(test_rffc507x rt m pthread ${EXTERN_LIBS})