Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimofey <t.danshin@corp.mail.ru>2016-09-29 15:47:03 +0300
committerTimofey <t.danshin@corp.mail.ru>2016-10-04 14:32:46 +0300
commit117816a3ed32299d0672dffb60b80576408a3028 (patch)
treeee879a2bbbda04aecf6d5ac2e5e7d70e2fed1e66 /geometry
parentfc814daaf9b1854e97237050f98a4e5cdc475073 (diff)
Decimated spaces in the CMake files.
Diffstat (limited to 'geometry')
-rw-r--r--geometry/CMakeLists.txt92
-rw-r--r--geometry/geometry_tests/CMakeLists.txt62
2 files changed, 77 insertions, 77 deletions
diff --git a/geometry/CMakeLists.txt b/geometry/CMakeLists.txt
index bb14dbe953..30b0132ce1 100644
--- a/geometry/CMakeLists.txt
+++ b/geometry/CMakeLists.txt
@@ -1,51 +1,51 @@
-add_subdirectory(geometry_tests)
-
set(
- SRC
- algorithm.cpp
- algorithm.hpp
- angles.cpp
- angles.hpp
- any_rect2d.hpp
- avg_vector.hpp
- cellid.hpp
- clipping.cpp
- clipping.hpp
- covering.hpp
- covering_utils.hpp
- distance.hpp
- distance_on_sphere.cpp
- distance_on_sphere.hpp
- latlon.cpp
- latlon.hpp
- mercator.cpp
- mercator.hpp
- packer.cpp
- packer.hpp
- point2d.hpp
- pointu_to_uint64.hpp
- polygon.hpp
- polyline2d.hpp
- rect2d.hpp
- rect_intersect.hpp
- region2d.hpp
- robust_orientation.cpp
- robust_orientation.hpp
- screenbase.cpp
- screenbase.hpp
- segment2d.cpp
- segment2d.hpp
- simplification.hpp
- spline.cpp
- spline.hpp
- transformations.hpp
- tree4d.hpp
- triangle2d.cpp
- triangle2d.hpp
+ SRC
+ algorithm.cpp
+ algorithm.hpp
+ angles.cpp
+ angles.hpp
+ any_rect2d.hpp
+ avg_vector.hpp
+ cellid.hpp
+ clipping.cpp
+ clipping.hpp
+ covering.hpp
+ covering_utils.hpp
+ distance.hpp
+ distance_on_sphere.cpp
+ distance_on_sphere.hpp
+ latlon.cpp
+ latlon.hpp
+ mercator.cpp
+ mercator.hpp
+ packer.cpp
+ packer.hpp
+ point2d.hpp
+ pointu_to_uint64.hpp
+ polygon.hpp
+ polyline2d.hpp
+ rect2d.hpp
+ rect_intersect.hpp
+ region2d.hpp
+ robust_orientation.cpp
+ robust_orientation.hpp
+ screenbase.cpp
+ screenbase.hpp
+ segment2d.cpp
+ segment2d.hpp
+ simplification.hpp
+ spline.cpp
+ spline.hpp
+ transformations.hpp
+ tree4d.hpp
+ triangle2d.cpp
+ triangle2d.hpp
- region2d/binary_operators.cpp
- region2d/binary_operators.hpp
- region2d/boost_concept.hpp
+ region2d/binary_operators.cpp
+ region2d/binary_operators.hpp
+ region2d/boost_concept.hpp
)
add_library(geometry ${SRC})
+
+add_subdirectory(geometry_tests)
diff --git a/geometry/geometry_tests/CMakeLists.txt b/geometry/geometry_tests/CMakeLists.txt
index 9f416ccdb8..d87a02cd47 100644
--- a/geometry/geometry_tests/CMakeLists.txt
+++ b/geometry/geometry_tests/CMakeLists.txt
@@ -1,37 +1,37 @@
add_definitions(-DOMIM_UNIT_TEST_DISABLE_PLATFORM_INIT)
set(
- SRC
- algorithm_test.cpp
- angle_test.cpp
- anyrect_test.cpp
- cellid_test.cpp
- clipping_test.cpp
- common_test.cpp
- covering_test.cpp
- distance_on_sphere_test.cpp
- distance_test.cpp
- equality.hpp
- intersect_test.cpp
- large_polygon.hpp
- latlon_test.cpp
- mercator_test.cpp
- packer_test.cpp
- point_test.cpp
- pointu_to_uint64_test.cpp
- polygon_test.cpp
- rect_test.cpp
- region2d_binary_op_test.cpp
- region_test.cpp
- robust_test.cpp
- screen_test.cpp
- segments_intersect_test.cpp
- simplification_test.cpp
- spline_test.cpp
- test_regions.hpp
- transformations_test.cpp
- tree_test.cpp
- vector_test.cpp
+ SRC
+ algorithm_test.cpp
+ angle_test.cpp
+ anyrect_test.cpp
+ cellid_test.cpp
+ clipping_test.cpp
+ common_test.cpp
+ covering_test.cpp
+ distance_on_sphere_test.cpp
+ distance_test.cpp
+ equality.hpp
+ intersect_test.cpp
+ large_polygon.hpp
+ latlon_test.cpp
+ mercator_test.cpp
+ packer_test.cpp
+ point_test.cpp
+ pointu_to_uint64_test.cpp
+ polygon_test.cpp
+ rect_test.cpp
+ region2d_binary_op_test.cpp
+ region_test.cpp
+ robust_test.cpp
+ screen_test.cpp
+ segments_intersect_test.cpp
+ simplification_test.cpp
+ spline_test.cpp
+ test_regions.hpp
+ transformations_test.cpp
+ tree_test.cpp
+ vector_test.cpp
)
omim_add_test(geometry_tests ${SRC})