Skip to content
Snippets Groups Projects
  1. Nov 13, 2023
  2. Oct 23, 2023
  3. Oct 12, 2023
  4. Oct 09, 2023
  5. Sep 26, 2023
  6. Sep 25, 2023
  7. Sep 22, 2023
  8. Aug 17, 2023
  9. Aug 15, 2023
  10. May 25, 2023
  11. May 12, 2023
  12. May 03, 2023
  13. Apr 27, 2023
  14. Apr 26, 2023
  15. Apr 21, 2023
  16. Apr 20, 2023
  17. Apr 19, 2023
  18. Apr 06, 2023
  19. Apr 03, 2023
  20. Mar 23, 2023
  21. Mar 20, 2023
    • Dietrich Rothe's avatar
      chore: modernize cmake (#101) · b346bb59
      Dietrich Rothe authored
      * simplify CMakeLists
      
      defining library first before tests lets us reference it and use cmake
      target magic
      
      * require DOOCS as imported target
      
      * use imported targets where possible
      
      add install for ReferenceApplication for testing of our changes
      
      * doocs-test-helper as imported target
      
      * DOOCS now has components
      
      (compare FindDOOCS / project-template)
      
      * make dependency on DOOCS private
      
      this is now possible due to fixed link problems upstream.
      The advantage is that DOOCS no longer is implicit dependency for which find_package needs to be called.
      Then, installing FindDOOCS.cmake is also not necessary for users of
      DoocsAdapter.
      
      * increase minor version number
      
      will be done for all projects using cmake-exports
      
      * remove dependency glib
      
      * remove --export-dynamic linker flag
      
      because it makes no sense for libs
      Unverified
      b346bb59
Loading