Skip to content
Snippets Groups Projects

CMake: Use internal libs.

Merged SteelT requested to merge SteelT/SRB2:cmake-use-internal-libs into master
  1. Nov 23, 2018
  2. Nov 22, 2018
  3. Nov 18, 2018
  4. Nov 14, 2018
  5. Oct 31, 2018
  6. Sep 26, 2016
  7. Sep 25, 2016
    • Monster Iestyn's avatar
      Added SRB2_CONFIG_USE_INTERNAL_LIBRARIES option (defaults to off right now),... · 27acd8c3
      Monster Iestyn authored
      Added SRB2_CONFIG_USE_INTERNAL_LIBRARIES option (defaults to off right now), some WIP work on making it ...actually do what it says on the tin.
      
      Basically, it manually sets *_FOUND, *_INCLUDE_DIRS and *_LIBRARIES instead of using find_package. Frankly I have no idea how well what I've done works currently though, not even sure if I've set the _LIBRARIES variables correctly. Again, it's WIP work, this can probably be fixed eventually I suppose.
      27acd8c3
Loading