explicitly link against libconfig libraries

this seems to have cause issue on massive parallel builds
This commit is contained in:
Andre Puschmann 2020-06-03 11:15:24 +02:00
parent c892ae56be
commit 8a25037534
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ if (RPATH)
endif (RPATH)
add_library(enb_cfg_parser parser.cc enb_cfg_parser.cc)
target_link_libraries(enb_cfg_parser ${LIBCONFIGPP_LIBRARIES})
add_executable(srsenb main.cc enb.cc metrics_stdout.cc metrics_csv.cc)
target_link_libraries(srsenb srsenb_phy