mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-20 00:57:13 +02:00
Initial ZMQ bindings.
This commit is contained in:
19
vendor/ZMQ/builds/gyp/project-tests.gsl
vendored
Normal file
19
vendor/ZMQ/builds/gyp/project-tests.gsl
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
.echo "Generating project-tests.gypi..."
|
||||
.output "project-tests.gypi"
|
||||
{
|
||||
'targets': [
|
||||
.for test
|
||||
{
|
||||
'target_name': '$(name)',
|
||||
'type': 'executable',
|
||||
'sources': [
|
||||
'../../tests/$(name).cpp',
|
||||
'../../tests/testutil.hpp'
|
||||
],
|
||||
'dependencies': [
|
||||
'libzmq'
|
||||
],
|
||||
}$(last ()?? ""? ",")
|
||||
.endfor
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user