Skip to content
Snippets Groups Projects
Forked from Core Modules / dune-common
Source project has a limited visibility.
  • Markus Blatt's avatar
    4d3a82d9
    - Got rid off debugging output. · 4d3a82d9
    Markus Blatt authored
    - Removed dependency on cmake version 2.8.9
      Object libraries can now be created with dune_add_library(<target>
      OBJECT <sources>). It will create a GLOBAL property
      _DUNE_TARGET_OBJECTS:<target>_ that records the full path to the
      source files. Theses can later be referenced by providing
      _DUNE_TARGET_OBJECTS:<target>_ as one of the sources to dune_add_library
    
    [[Imported from SVN: r6987]]
    4d3a82d9
    History
    - Got rid off debugging output.
    Markus Blatt authored
    - Removed dependency on cmake version 2.8.9
      Object libraries can now be created with dune_add_library(<target>
      OBJECT <sources>). It will create a GLOBAL property
      _DUNE_TARGET_OBJECTS:<target>_ that records the full path to the
      source files. Theses can later be referenced by providing
      _DUNE_TARGET_OBJECTS:<target>_ as one of the sources to dune_add_library
    
    [[Imported from SVN: r6987]]