mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-08-03 14:27:10 +02:00
Initial ZMQ bindings.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
macro (zmq_set_with_default var value)
|
||||
if (NOT ${var})
|
||||
set(${var} "${value}")
|
||||
endif ()
|
||||
endmacro ()
|
||||
Reference in New Issue
Block a user