1 Star 1 Fork 1

Peter-831/Haivision_SRT

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
cmake_object_lib_support.c 477 Bytes
一键复制 编辑 原始数据 按行查看 历史
// DO NOT DELETE
// This file is needed for Xcode to properly handle CMake OBJECT Libraries
// From docs (https://cmake.org/cmake/help/latest/command/add_library.html#object-libraries):
//
// ... Some native build systems (such as Xcode) may not like targets that have only object files,
// so consider adding at least one real source file to any target that references $<TARGET_OBJECTS:objlib>.
// Just a dummy symbol to avoid compiler warnings
int srt_object_lib_dummy = 0;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/peter831/haivision_-srt.git
git@gitee.com:peter831/haivision_-srt.git
peter831
haivision_-srt
Haivision_SRT
master

搜索帮助