代码拉取完成,页面将自动刷新
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# In this configuration file, applications and libraries are added to the
# compilation configuration. This is where CMake options can be added to switch
# parts on/off
option(FWE_BUILD_PLATFORM "Build a Platform, type based on PLATFORM_TYPE." ON)
option(FWE_BUILD_VEHICLE_NETWORK "Build the vehiclenetwork library" ON)
option(FWE_BUILD_DATA_MANAGEMENT "Build the datamanagement library" ON)
option(FWE_BUILD_APP_TEST "Builds the sample app-test" ON)
option(FWE_BUILD_EXECUTION_MANAGEMENT "Build the Execution management library and application" ON)
option(FWE_BUILD_CONNECTIVITY "Build the off board connectivity module library" ON)
# set(CMAKE_CXX_CLANG_TIDY clang-tidy)
if(FWE_BUILD_PLATFORM)
add_subdirectory(platform)
endif()
if(FWE_BUILD_VEHICLE_NETWORK)
add_subdirectory(vehiclenetwork)
endif()
if(FWE_BUILD_DATA_MANAGEMENT)
add_subdirectory(datamanagement)
endif()
if(FWE_BUILD_EXECUTION_MANAGEMENT)
add_subdirectory(executionmanagement)
endif()
if(FWE_BUILD_CONNECTIVITY)
add_subdirectory(offboardconnectivity)
endif()
if(BUILD_TESTING)
add_subdirectory(testingsupport)
endif()
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。