1 Star 0 Fork 18

blackvirus/open_ipc

forked from endless/open_ipc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CMakeLists.txt 457 Bytes
一键复制 编辑 原始数据 按行查看 历史
cmake_minimum_required(VERSION 3.10)
project(endless)
if(PLATFORM STREQUAL "3403v100")
include(${CMAKE_SOURCE_DIR}/cmake/3403v100.cmake)
elseif(PLATFORM STREQUAL "m64x86")
include(${CMAKE_SOURCE_DIR}/cmake/m64x86.cmake)
elseif(PLATFORM STREQUAL "aarch64")
include(${CMAKE_SOURCE_DIR}/cmake/aarch64.cmake)
endif()
add_subdirectory(base)
add_subdirectory(common)
add_subdirectory(hal)
add_subdirectory(foundation)
add_subdirectory(applications)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/blackvirus/open_ipc.git
git@gitee.com:blackvirus/open_ipc.git
blackvirus
open_ipc
open_ipc
master

搜索帮助