1 Star 0 Fork 0

白一梓 / threading

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
threading.gypi 460 Bytes
一键复制 编辑 原始数据 按行查看 历史
gaoyang 提交于 2015-01-23 22:05 . refactor gpy code
{
"target_defaults" : {
"include_dirs" : [
"include", "./include"
],
'conditions' : [
['OS=="linux"', {
'defines': [
'LINUX_DEFINE',
],
'sources': [
'src/ThreadLinux.cpp'
],
'libraries':[
'-lpthread'
]
}],
['OS=="win"', {
'defines': [
'WINDOWS_SPECIFIC_DEFINE',
],
'sources' : [
'src/ThreadWin.cpp'
]
}]
]
}
}
C++
1
https://gitee.com/yunnysunny/threading.git
git@gitee.com:yunnysunny/threading.git
yunnysunny
threading
threading
master

搜索帮助