|
|
@ -22,8 +22,8 @@ file(GLOB CXX_SOURCES "*.cc")
|
|
|
|
file(GLOB C_SOURCES "*.c")
|
|
|
|
file(GLOB C_SOURCES "*.c")
|
|
|
|
|
|
|
|
|
|
|
|
add_library(srslte_common STATIC ${C_SOURCES} ${CXX_SOURCES})
|
|
|
|
add_library(srslte_common STATIC ${C_SOURCES} ${CXX_SOURCES})
|
|
|
|
#add_custom_target(gen_build_info COMMAND cmake -P ${CMAKE_BINARY_DIR}/SRSLTEbuildinfo.cmake)
|
|
|
|
add_custom_target(gen_build_info COMMAND cmake -P ${CMAKE_BINARY_DIR}/SRSLTEbuildinfo.cmake)
|
|
|
|
#add_dependencies(srslte_common gen_build_info)
|
|
|
|
add_dependencies(srslte_common gen_build_info)
|
|
|
|
|
|
|
|
|
|
|
|
target_include_directories(srslte_common PUBLIC ${SEC_INCLUDE_DIRS})
|
|
|
|
target_include_directories(srslte_common PUBLIC ${SEC_INCLUDE_DIRS})
|
|
|
|
target_link_libraries(srslte_common ${SEC_LIBRARIES})
|
|
|
|
target_link_libraries(srslte_common ${SEC_LIBRARIES})
|
|
|
|