COIN-OR::LEMON - Graph Library

Changeset 3:efa883909c06 in lemon-project-template


Ignore:
Timestamp:
06/16/09 18:47:21 (15 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Slightly improve help comments

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r2 r3  
    66
    77## Change 'hg-tip' to the current version number of your project if you wish.
    8 ## Optionally, you can leave it as is as set PROJECT_VERSION from the cmake-gui
    9 ## when you make a release.
     8## Optionally, you can leave it as is and set PROJECT_VERSION from
     9## the cmake-gui when you make a release.
    1010## The last parameter is a help string displayed by CMAKE.
    1111
    1212SET(PROJECT_VERSION "hg-tip"
    13     CACHE STRING "LEMON PROJECT TEMPLATE version string.")
     13    CACHE STRING "${PROJECT_NAME} version string")
    1414
    1515## Do not edit this.
     
    8989ENABLE_TESTING()
    9090
    91 ## This auxiliary doxygen files (.dox) should be placed in the 'doc'
     91## The auxiliary doxygen files (.dox) should be placed in the 'doc'
    9292## subdirectory. The next line includes the CMAKE config of that directory.
    9393
  • README

    r2 r3  
    1010
    1111As you probably want to use LEMON in your project, you will need it
    12 too. For this you have to options. You can either install is somewhere
    13 or use a local copy of lemon dedicated to your project. This later
     12too. For this you have to options. You can either install it somewhere
     13or use a local copy of LEMON dedicated to your project. This later
    1414option is especially usefull if you also modify/develop LEMON along
    1515with your project, or want to use a specific version.
     
    2424Use LEMON as a subproject.
    2525
    26     Just simply coping the lemon source code into the 'lemon' subdir
     26    Just simply copying the LEMON source code into the 'lemon' subdir
    2727    will do the job. Namely, you can either extract a release tarball
    2828
     
    4141$ cmake-gui ..
    4242
     43
    4344Setup Your Own Project
    4445======================
Note: See TracChangeset for help on using the changeset viewer.