diff --git a/CMakeLists.txt b/CMakeLists.txt index 475f6dd8bc80232c3b82a155dfb51109b8c58a55..ee94e49889dc3389d0a8c347a79d2ad3d54f202d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,6 +11,7 @@ set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -DDEBUG -fdebug-prefix-map=${CMA set(SHARED_LINK_LIBS metal open_amp + bsd ) ## Add headers @@ -38,4 +39,4 @@ if (DEFINED TEST_RING_BUFFER) add_subdirectory(${CMAKE_SOURCE_DIR}/test/test_ring_buffer) endif() -add_subdirectory(${CMAKE_SOURCE_DIR}/test/send-data/) \ No newline at end of file +add_subdirectory(${CMAKE_SOURCE_DIR}/test/send-data/)