]> git.tdb.fi Git - builder.git/blobdiff - source/lib/buildgraph.h
Add visibility decorations to the library and plugins
[builder.git] / source / lib / buildgraph.h
index 371b5447e2e01291f8e902103a34d3cb12065565..9092532e158daa4c6018c54f012e92a4790e4283 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <map>
 #include <string>
+#include "libbuilder_api.h"
 
 class Builder;
 class Target;
@@ -10,7 +11,7 @@ class Target;
 /**
 Manages a graph of targets.
 */
-class BuildGraph
+class LIBBUILDER_API BuildGraph
 {
 private:
        Builder &builder;