]> git.tdb.fi Git - builder.git/blob - source/lib/sourcearchivecomponent.h
Add visibility decorations to the library and plugins
[builder.git] / source / lib / sourcearchivecomponent.h
1 #ifndef TARBALLCOMPONENT_H_
2 #define TARBALLCOMPONENT_H_
3
4 #include "component.h"
5 #include "libbuilder_api.h"
6
7 class LIBBUILDER_API SourceArchiveComponent: public Component
8 {
9 public:
10         SourceArchiveComponent(SourcePackage &);
11
12         void create_targets() const override;
13 };
14
15 #endif