source: git/src/CMakeLists.txt

main-relate-ng
Last change on this file was 2376cd6, checked in by Paul Ramsey <pramsey@…>, 4 years ago

Change setTrim(true) mode to be positional, as users expect, using the ryu library to generate the shortest positionally limited string formats. For setTrim(false) continue to use C++ std::fixed format. Closes #868.

  • Property mode set to 100644
File size: 637 bytes
Line 
1################################################################################
2# Part of CMake configuration for GEOS
3#
4# Copyright (C) 2018 Mateusz Loskot <mateusz@loskot.net>
5#
6# This is free software; you can redistribute and/or modify it under
7# the terms of the GNU Lesser General Public Licence as published
8# by the Free Software Foundation.
9# See the COPYING file for more information.
10################################################################################
11file(GLOB_RECURSE _sources ${CMAKE_CURRENT_LIST_DIR}/*.cpp CONFIGURE_DEPEND)
12target_sources(geos PRIVATE ${_sources})
13unset(_sources)
14
15add_subdirectory(deps)
16
Note: See TracBrowser for help on using the repository browser.