2 Star 0 Fork 0

程序员锡哥/cgutech-jni-serial

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CMakeLists.txt 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
devis 提交于 2019-07-11 16:22 . 增加初始化功能
cmake_minimum_required(VERSION 3.13)
project(serialport)
set(CMAKE_CXX_STANDARD 11)
set(JSON_CPP_SRC jsoncpp/src/json_reader.cpp jsoncpp/src/json_tool.h jsoncpp/src/json_value.cpp jsoncpp/src/json_writer.cpp)
set(LIB_SOURCE com_cgutech_core_utils_SerialPortHandler.h com_cgutech_core_utils_SerialPortHandler_UartDataReceiver.h)
include_directories(/opt/jdk1.8.0_131/include /opt/jdk1.8.0_131/include/linux /root/下载/boost_1_70_0 jsoncpp/include /root/sourcecode/jsoncpp-1.9.0/build/include/json)
link_directories(boost /root/sourcecode/jsoncpp-1.9.0/build/src/lib_json)
add_library(zx_uart SHARED ${LIB_SOURCE} com_cgutech_core_utils_SerialPortHandler.cpp SerialPortForBoost.cpp SerialPortForBoost.h)
add_executable(serialportdemo main.cpp ${LIB_SOURCE} SerialPortForBoost.cpp SerialPortForBoost.h RoadLightController.cpp RoadLightController.h Light.cpp Light.h ${JSON_CPP_SRC})
add_executable(serial_test test_main.cpp ${LIB_SOURCE} SerialPortForBoost.cpp SerialPortForBoost.h)
target_link_libraries(serialportdemo pthread)
target_link_libraries(serial_test pthread)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/msgy/cgutech-jni-serial.git
git@gitee.com:msgy/cgutech-jni-serial.git
msgy
cgutech-jni-serial
cgutech-jni-serial
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385