Fetch the repository succeeded.
This action will force synchronization from vjiot/vj-shell, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
# CMakeList.txt: vj-shell 的 CMake 项目,在此处包括源代码并定义
# 项目特定的逻辑。
#
cmake_minimum_required (VERSION 3.8)
# Set up the project
project(vj-shell
LANGUAGES C ASM
)
# 将源代码添加到此项目的可执行文件。
add_executable (vj-shell "main.c")
# 添加 include 目录 ./ ./inc ./lib
target_include_directories(${PROJECT_NAME}
PUBLIC
${CMAKE_CURRENT_LIST_DIR}
${CMAKE_CURRENT_LIST_DIR}/inc
)
# 添加 src 目录下所有的源文件
target_sources(${PROJECT_NAME}
PRIVATE
# {{BEGIN_TARGET_SOURCES}}
${CMAKE_CURRENT_LIST_DIR}/src/shell.c
${CMAKE_CURRENT_LIST_DIR}/src/shell_commands.c
${CMAKE_CURRENT_LIST_DIR}/src/shell_history.c
# {{END_TARGET_SOURCES}}
)
# TODO: 如有需要,请添加测试并安装目标。
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。