2 Star 4 Fork 1

285424336/glib_cross_platform_tutorial

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 456 Bytes
一键复制 编辑 原始数据 按行查看 历史
285424336 提交于 2020-04-07 10:58 +08:00 . add glib cross platform tutorial.
cmake_minimum_required(VERSION 2.6)
enable_language(CXX)
project(glib_cross_platform_tutorial)
add_subdirectory(chapter01_timer)
add_subdirectory(chapter02_console)
add_subdirectory(chapter03_file_system)
add_subdirectory(chapter04_key_file)
add_subdirectory(chapter05_thread)
add_subdirectory(chapter06_process)
add_subdirectory(chapter07_udp)
add_subdirectory(chapter08_tcp_ip)
add_subdirectory(chapter09_usb_hotplug)
add_subdirectory(chapter10_uart)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/285424336/glib_cross_platform_tutorial.git
[email protected]:285424336/glib_cross_platform_tutorial.git
285424336
glib_cross_platform_tutorial
glib_cross_platform_tutorial
master

搜索帮助