]> git.tdb.fi Git - builder.git/blobdiff - source/lib/importlibrary.h
Add visibility decorations to the library and plugins
[builder.git] / source / lib / importlibrary.h
index ac2de26e327bd77cf28df493cc9fec353f0b9854..fbcd98ee88521ec2d2384e49e6230f9543279fb4 100644 (file)
@@ -2,6 +2,7 @@
 #define IMPORTLIBRARY_H_
 
 #include "filetarget.h"
+#include "libbuilder_api.h"
 
 class ExportDefinitions;
 class SharedLibrary;
@@ -10,7 +11,7 @@ class SharedLibrary;
 A special case of static library which pulls in a shared library.  Used on
 platforms with no true dynamic linking support.
 */
-class ImportLibrary: public FileTarget
+class LIBBUILDER_API ImportLibrary: public FileTarget
 {
 private:
        SharedLibrary *shared_lib = 0;