Skip to content

Commit

Permalink
sort files in geometry/CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti authored and nyalldawson committed Aug 19, 2021
1 parent ad2fff4 commit 31cb059
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions tests/src/core/geometry/CMakeLists.txt
Expand Up @@ -14,27 +14,27 @@ include_directories(
# Tests:

set(TESTS
testqgscircle.cpp
testqgscircularstring.cpp
testqgscompoundcurve.cpp
testqgscurvepolygon.cpp
testqgsellipse.cpp
testqgsgeometry.cpp
testqgsgeometrycollection.cpp
testqgsgeometryutils.cpp
testqgscircularstring.cpp
testqgslinestring.cpp
testqgsmulticurve.cpp
testqgsmultilinestring.cpp
testqgsmultipoint.cpp
testqgsmultipolygon.cpp
testqgsmultisurface.cpp
testqgspoint.cpp
testqgspointxy.cpp
testqgscurvepolygon.cpp
testqgspolygon.cpp
testqgstriangle.cpp
testqgsellipse.cpp
testqgscircle.cpp
testqgsquadrilateral.cpp
testqgsmultipoint.cpp
testqgslinestring.cpp
testqgsrectangle.cpp
testqgsregularpolygon.cpp
testqgscompoundcurve.cpp
testqgsmultilinestring.cpp
testqgsmulticurve.cpp
testqgsmultisurface.cpp
testqgsmultipolygon.cpp
testqgsgeometrycollection.cpp
testqgstriangle.cpp
)

foreach(TESTSRC ${TESTS})
Expand Down

0 comments on commit 31cb059

Please sign in to comment.