1. 25 Jan, 2022 4 commits
  2. 24 Jan, 2022 4 commits
  3. 23 Jan, 2022 19 commits
  4. 19 Jan, 2022 5 commits
  5. 11 Jan, 2022 1 commit
  6. 06 Jan, 2022 5 commits
  7. 05 Jan, 2022 1 commit
  8. 04 Jan, 2022 1 commit
    • tsteven4's avatar
      add support for cmake build options (#809) · 5c7cddae
      tsteven4 authored
      * add initial support for cmake build options.
      
      including basic library configuration.
      Unlike our qmake build it generates and links with static libraries if
      we are using our internally supplied copies.  The configuration options
      are not as sophisticated as in our qmake build.  The configuration of
      zlib will likely be acceptable as cmake provides support via findZLIB.
      The configuration of shapelib and libusb-1.0 likely will likely need to
      be enhanced.
      
      * fix typo
      
      * mimic qmake library searches.
      
      too much energy went into verification with packagers that the
      qmake options were sufficient for their needs.
      
      * tweak library searches
      5c7cddae