1. 28 Feb, 2018 1 commit
    • Davis E. King's avatar
      Only define one dlib target in CMake and shared vs. static is determined by… · 61f747de
      Davis E. King authored
      Only define one dlib target in CMake and shared vs. static is determined by BUILD_SHARED_LIBS variable. (#1138)
      
      * Changed cmake so that there is only the dlib target and it isn't forced
      to be static or shared, instead, the build type will toggle based on the
      state of CMake's BUILD_SHARED_LIBS variable.
      
      * Make CMake build dlib statically whenever DLIB_IN_PROJECT_BUILD==true,
      regardless of the state of BUILD_SHARED_LIBS.  This means projects that
      use dlib by saying add_subdirectory(dlib) will always statically link to
      dlib, unless DLIB_IN_PROJECT_BUILD is explicltly set to false and
      BUILD_SHARED_LIBS set to true.
      61f747de
  2. 26 Feb, 2018 1 commit
  3. 22 Feb, 2018 1 commit
  4. 20 Feb, 2018 2 commits
  5. 17 Feb, 2018 2 commits
  6. 15 Feb, 2018 4 commits
  7. 14 Feb, 2018 5 commits
  8. 13 Feb, 2018 2 commits
  9. 12 Feb, 2018 5 commits
  10. 11 Feb, 2018 5 commits
  11. 10 Feb, 2018 2 commits
  12. 08 Feb, 2018 2 commits
  13. 06 Feb, 2018 1 commit
  14. 04 Feb, 2018 3 commits
  15. 03 Feb, 2018 1 commit
  16. 02 Feb, 2018 1 commit
  17. 01 Feb, 2018 2 commits