ffi/pkgconfig: use the new pkgconfig infrastructure in the Makefile
[nit.git] / src / ffi / c.nit
index 92697f5..44841a8 100644 (file)
@@ -74,6 +74,10 @@ end
 redef class MModule
        var c_compiler_options = "" is writable
        var c_linker_options = "" is writable
+
+       # Additional libraries needed for the compilation
+       # Will be used with pkg-config
+       var pkgconfigs = new Array[String]
 end
 
 class ForeignCType