]> git.tdb.fi Git - builder.git/blobdiff - source/lib/filetarget.h
Add visibility decorations to the library and plugins
[builder.git] / source / lib / filetarget.h
index d2ed71954010be4e8824ceba73e9665dab8d583c..124b3c5da5c2ab316309653f1260d5174b80ad35 100644 (file)
@@ -2,13 +2,14 @@
 #define FILETARGET_H_
 
 #include <msp/fs/path.h>
+#include "libbuilder_api.h"
 #include "target.h"
 
 /**
 An intermediate base class for targets that represent files.  Almost all target
 classes are derived from this.
 */
-class FileTarget: public Target
+class LIBBUILDER_API FileTarget: public Target
 {
 protected:
        Msp::FS::Path path;