Commit 7ae02059 authored by Guido Casati's avatar Guido Casati

Add compile definitions ENABLE_TESTS

* this is necessary to enable the PRINT_ERROR logs in the E1/F1 libs
parent a05084de
......@@ -8,3 +8,7 @@ target_include_directories(f1ap_lib PUBLIC
${CMAKE_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}
)
if(ENABLE_TESTS)
target_compile_definitions(f1ap_lib PRIVATE ENABLE_TESTS)
endif()
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