|
|
@ -99,14 +99,15 @@ endif (WITH_THREADING)
|
|
|
|
|
|
|
|
|
|
|
|
option(DOCUMENTATION "Build documentation?" ON)
|
|
|
|
option(DOCUMENTATION "Build documentation?" ON)
|
|
|
|
|
|
|
|
|
|
|
|
option(WITH_DLT "Include DLT support (requires WITH_DLT)?" OFF)
|
|
|
|
option(WITH_DLT "Include DLT support?" OFF)
|
|
|
|
message(STATUS "WITH_DLT = ${WITH_DLT}")
|
|
|
|
message(STATUS "WITH_DLT = ${WITH_DLT}")
|
|
|
|
if (${WITH_DLT} STREQUAL ON)
|
|
|
|
if (WITH_DLT)
|
|
|
|
#find_package(DLT REQUIRED)
|
|
|
|
#find_package(DLT REQUIRED)
|
|
|
|
find_package(PkgConfig)
|
|
|
|
find_package(PkgConfig)
|
|
|
|
pkg_check_modules(DLT "automotive-dlt >= 2.11")
|
|
|
|
pkg_check_modules(DLT "automotive-dlt >= 2.11")
|
|
|
|
add_definitions("-DWITH_DLT")
|
|
|
|
add_definitions("-DWITH_DLT")
|
|
|
|
endif (${WITH_DLT} STREQUAL ON)
|
|
|
|
endif (WITH_DLT)
|
|
|
|
|
|
|
|
|
|
|
|
# ========================================
|
|
|
|
# ========================================
|
|
|
|
# Include projects
|
|
|
|
# Include projects
|
|
|
|
# ========================================
|
|
|
|
# ========================================
|
|
|
|