COIN-OR::LEMON - Graph Library

Changeset 925:06491fd08efd in lemon-main for doc/dirs.dox


Ignore:
Timestamp:
12/03/10 13:26:38 (13 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Add contrib dir (#401)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/dirs.dox

    r440 r925  
    3232documentation.
    3333*/
     34
     35/**
     36\dir contrib
     37\brief Directory for user contributed source codes.
     38
     39You can place your own C++ code using LEMON into this directory, which
     40will compile to an executable along with LEMON when you build the
     41library. This is probably the easiest way of compiling short to medium
     42codes, for this does require neither a LEMON installed system-wide nor
     43adding several paths to the compiler.
     44
     45Please have a look at <tt>contrib/CMakeLists.txt</tt> for
     46instruction on how to add your own files into the build process.  */
    3447
    3548/**
Note: See TracChangeset for help on using the changeset viewer.