Commit e0f56881 authored by Rúben Soares da Silva's avatar Rúben Soares da Silva Committed by Rúben Soares Silva

Remove dependency to NFAPI_LIB from nr_fapi_p5 library after having moved the...

Remove dependency to NFAPI_LIB from nr_fapi_p5 library after having moved the functions related to all P5 messages
parent 95e07929
......@@ -3,4 +3,4 @@ add_library(nr_fapi_p5
src/nr_fapi_p5_utils.c
)
target_include_directories(nr_fapi_p5 PUBLIC inc)
target_link_libraries(nr_fapi_p5 PUBLIC nfapi_common NFAPI_LIB NFAPI_USER_LIB)
target_link_libraries(nr_fapi_p5 PUBLIC nfapi_common)
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