Skip to content

Commit

Permalink
fix linux issues,
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
astrowander committed Oct 9, 2022
1 parent 13cbf4f commit a1c32e3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Core/versioning.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once
#define MAJOR_VERSION "0"
#define MINOR_VERSION "0"
#define REVISION_VERSION "1"
#define REVISION_VERSION "2"
#define BUILD_NUMBER "1"
#define FULL_VERSION MAJOR_VERSION "." MINOR_VERSION "." REVISION_VERSION "." BUILD_NUMBER
4 changes: 2 additions & 2 deletions Tests/TestDebayerTransform.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "test.h"
#include "testtools.h"
#include "../Core/CameraSettings.h"
#include "../Core/camerasettings.h"
#include "../Transforms/DebayerTransform.h"

ACMB_TESTS_NAMESPACE_BEGIN
Expand All @@ -18,4 +18,4 @@ EXPECT_TRUE( BitmapsAreEqual( GetPathToPattern( "DebayerTransform/TestGray16.ppm
END_TEST

END_SUITE
ACMB_TESTS_NAMESPACE_END
ACMB_TESTS_NAMESPACE_END
1 change: 1 addition & 0 deletions Tests/acmb-tests.pro
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ SOURCES += \
TestChannelEqualizer.cpp \
TestCliParser.cpp \
TestConverter.cpp \
TestDebayerTransform.cpp \
TestFastAligner.cpp \
TestHaloRemoval.cpp \
TestHistogramBuilder.cpp \
Expand Down
1 change: 0 additions & 1 deletion Tools/CliParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#include "./../Core/versioning.h"
#include "./../Codecs/imagedecoder.h"
#include "./../Codecs/RAW/RawDecoder.h"
#include "./../Codecs/imageencoder.h"
#include "./../Registrator/stacker.h"
#include "./../Transforms/binningtransform.h"
Expand Down
4 changes: 4 additions & 0 deletions acmb-lib.pro
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ SOURCES += \
Tools/SystemTools.cpp \
Tools/mathtools.cpp \
Tools/Newton2D.cpp \
Transforms/DebayerTransform.cpp \
Transforms/basetransform.cpp \
Transforms/binningtransform.cpp \
Transforms/BitmapSubtractor.cpp \
Expand All @@ -49,6 +50,7 @@ HEADERS += \
AGG/agg_trans_affine.h \
AGG/agg_config.h \
AGG/agg_basics.h \
Codecs/Raw/RawSettings.h \
Codecs/imageencoder.h \
Codecs/imagedecoder.h \
Codecs/JPEG/toojpeg/toojpeg.h \
Expand All @@ -65,6 +67,7 @@ HEADERS += \
Core/imageparams.h \
Core/macros.h \
Core/pipeline.h \
Core/versioning.h \
Geometry/delaunator.hpp \
Geometry/point.h \
Geometry/rect.h \
Expand All @@ -79,6 +82,7 @@ HEADERS += \
Tools/SystemTools.h \
Tools/mathtools.h \
Tools/Newton2D.h \
Transforms/DebayerTransform.h \
Transforms/basetransform.h \
Transforms/binningtransform.h \
Transforms/BitmapSubtractor.h \
Expand Down

0 comments on commit a1c32e3

Please sign in to comment.