X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flib%2Ftarget.h;h=0ba38f82031b06122aa10c001f222e0bbf143c49;hb=1df42c314669f30fe1d82f02fdfeeff19f92964e;hp=6ef6457a0f5fe73d70ddc31d7f66b561e878b63b;hpb=b7ecf9d6203492a43bf98e7c611b81c5594cbd00;p=builder.git diff --git a/source/lib/target.h b/source/lib/target.h index 6ef6457..0ba38f8 100644 --- a/source/lib/target.h +++ b/source/lib/target.h @@ -7,6 +7,7 @@ #include #include #include +#include "libbuilder_api.h" class Builder; class BuildInfo; @@ -24,7 +25,7 @@ normal and transitive. Normal dependencies will need to be built before the target itself, and will cause the target to be rebuilt if modified. Transitive dependencies can be used by other targets further down the chain. */ -class Target +class LIBBUILDER_API Target { public: using Dependencies = std::vector;