refs #403 add BlackCore shared library build

This commit is contained in:
Roland Winklmeier
2015-04-10 21:54:55 +02:00
parent d14ecb3db5
commit a13d90ada4
46 changed files with 123 additions and 50 deletions

View File

@@ -12,6 +12,7 @@
#ifndef BLACKCORE_INTERPOLATOR_LINEAR_H
#define BLACKCORE_INTERPOLATOR_LINEAR_H
#include "blackcoreexport.h"
#include "interpolator.h"
#include "blackmisc/aviation/aircraftsituation.h"
#include "blackmisc/aviation/aircraftsituationlist.h"
@@ -21,7 +22,7 @@
namespace BlackCore
{
//! Linear interpolator, calculation inbetween positions
class CInterpolatorLinear : public IInterpolator
class BLACKCORE_EXPORT CInterpolatorLinear : public IInterpolator
{
public:
//! Constructor