Skip to content

Commit 2878bb4

Browse files
committed
match case in cmake
1 parent 3b46e87 commit 2878bb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/jni/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ add_library( # Sets the name of the library.
5959
./AIS-catcher/Source/JSON/StringBuilder.cpp ./AIS-catcher/Source/JSON/Parser.cpp ./AIS-catcher/Source/Device/AIRSPY.cpp ./AIS-catcher/Source/Device/Serial.cpp
6060
./AIS-catcher/Source/Aviation/ADSB.cpp
6161
./AIS-catcher/Source/DSP/DSP.cpp ./AIS-catcher/Source/Application/WebViewer.cpp ./AIS-catcher/Source/Application/Prometheus.cpp ./AIS-catcher/Source/IO/Protocol.cpp
62-
./AIS-catcher/Source/Library/Logger.cpp ./AIS-catcher/Source/Application/DeviceManager.cpp ./AIS-catcher/Source/utilities/StreamHelpers.cpp
63-
./AIS-catcher/Source/Aviation/Basestation.cpp ./AIS-catcher/Source/Aviation/Beast.cpp ./AIS-catcher/Source/utilities/TemplateString.cpp ./AIS-catcher/Source/Application/MapTiles.cpp
62+
./AIS-catcher/Source/Library/Logger.cpp ./AIS-catcher/Source/Application/DeviceManager.cpp ./AIS-catcher/Source/Utilities/StreamHelpers.cpp
63+
./AIS-catcher/Source/Aviation/Basestation.cpp ./AIS-catcher/Source/Aviation/Beast.cpp ./AIS-catcher/Source/Utilities/TemplateString.cpp ./AIS-catcher/Source/Application/MapTiles.cpp
6464

6565
JNI/AIScatcherNDK.cpp)
6666

0 commit comments

Comments
 (0)