Update module.modulemap

This commit is contained in:
goloveychuk 2016-03-19 13:17:48 +02:00
parent abfeebd285
commit ea624b02b4
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
module CZeroMQ { module CZeroMQ {
header "/usr/local/include/zmq.h" header "/usr/local/include/zmq.h"
link "CZeroMQ" link "zmq"
export * export *
} }