added include dirs for mbedtls

This commit is contained in:
Ismael Gomez 2017-06-07 12:57:48 +02:00
parent 3e5a3d0d82
commit 0940fd35d9
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
file(GLOB CXX_SOURCES "*.cc")
file(GLOB C_SOURCES "*.c")
add_library(srslte_common SHARED ${C_SOURCES} ${CXX_SOURCES})
target_include_directories(srslte_common PUBLIC ${SEC_INCLUDE_DIRS})
target_link_libraries(srslte_common ${SEC_LIBRARIES})
install(TARGETS srslte_common DESTINATION ${LIBRARY_DIR})
SRSLTE_SET_PIC(srslte_common)