Commit df1cb770 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 32bbd64a
......@@ -3,5 +3,4 @@ add_library(nr_fapi_p5
src/nr_fapi_p5_utils.c
)
target_include_directories(nr_fapi_p5 PUBLIC inc)
# Note: Dependencies with NFAPI_LIB NFAPI_USER_LIB only necessary until last FAPI function is moved into new library, to be removed at a later stage
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