Commit a082f708 authored by Robert Schmidt's avatar Robert Schmidt

Fix: link T into oai_eth_transpro

Via the include of the logging system, the ethernet transport
library implicitly depends on T. Hence, link T into
oai_eth_transpro.
parent 9d6de3b5
......@@ -3,6 +3,7 @@ add_library(oai_eth_transpro MODULE
eth_udp.c
eth_raw.c
)
target_link_libraries(oai_eth_transpro PRIVATE ${T_LIB})
target_include_directories(oai_eth_transpro PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
set_target_properties(oai_eth_transpro PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
add_custom_command(TARGET oai_eth_transpro POST_BUILD
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment