You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
317 B
JSON
23 lines
317 B
JSON
2 years ago
|
{
|
||
|
"libraries": [
|
||
|
"zmq"
|
||
|
],
|
||
|
"include_dirs": [
|
||
|
"/usr/local/include",
|
||
|
"zmq/utils"
|
||
|
],
|
||
|
"library_dirs": [
|
||
|
"/usr/local/lib"
|
||
|
],
|
||
|
"runtime_library_dirs": [],
|
||
|
"extra_link_args": [
|
||
|
"-Wl,-rpath",
|
||
|
"-Wl,/usr/local/lib"
|
||
|
],
|
||
|
"define_macros": [
|
||
|
[
|
||
|
"HAVE_SYS_UN_H",
|
||
|
1
|
||
|
]
|
||
|
]
|
||
|
}
|