1 Star 0 Fork 18

suhong/FreeModbus

forked from 七宫六花/FreeModbus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CMakeLists.txt 333 Bytes
一键复制 编辑 原始数据 按行查看 历史
101013555 提交于 2021-04-25 13:15 . add code 1 and repair simulation error
cmake_minimum_required(VERSION 3.0)
project(FreeModbus)
add_compile_options(-g)
add_subdirectory(libfreemodbus)
include_directories(libfreemodbus)
add_subdirectory(libsimulation)
include_directories(libsimulation)
add_executable(mytest main.c)
set(CMAKE_C_FLAGS -pthread)
target_link_libraries(mytest freemodbus simulation)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/hong854619267_admin/free-modbus.git
git@gitee.com:hong854619267_admin/free-modbus.git
hong854619267_admin
free-modbus
FreeModbus
master

搜索帮助