]> git.tdb.fi Git - builder.git/blobdiff - source/lib/virtualtarget.h
Add visibility decorations to the library and plugins
[builder.git] / source / lib / virtualtarget.h
index 5151826df9a7bda482b9c1a5498828c09516d810..088c02cf9bd9e9a57fb0dc963d57b6f5a3771143 100644 (file)
@@ -1,12 +1,13 @@
 #ifndef VIRTUALTARGET_H_
 #define VIRTUALTARGET_H_
 
+#include "libbuilder_api.h"
 #include "target.h"
 
 /**
 A target that is not associated with any file.
 */
-class VirtualTarget: public Target
+class LIBBUILDER_API VirtualTarget: public Target
 {
 public:
        VirtualTarget(Builder &b, const std::string &n): Target(b, n) { }