Squashed 'libs/libzmq/' content from commit 2b2fb9c7
git-subtree-dir: libs/libzmq git-subtree-split: 2b2fb9c7082dbc16c1323b97040a4edcfa2b997b
This commit is contained in:
19
builds/gyp/project-tests.gsl
Normal file
19
builds/gyp/project-tests.gsl
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