COIN-OR::LEMON - Graph Library

Changeset 7:c941f748eaa8 in lemon-project-template-glpk


Ignore:
Timestamp:
03/22/11 20:09:43 (13 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Move sources to src/

Files:
1 added
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r5 r7  
    6262)
    6363
    64 ## Here we define an executable target. Its name is 'lemon-project' and
    65 ## is compiled from 'main.cc'. You can add more source files separated
    66 ## with whitespaces (including newlines). If you want to build more
    67 ## executables, simple repeat (and edit) the following ADD_EXECUTABLE and
    68 ## TARGET_LINK_LIBRARIES statements.
    69 
    70 ADD_EXECUTABLE(lemon-project main.cc)
    71 TARGET_LINK_LIBRARIES(lemon-project ${LEMON_LIBRARIES})
    72 
    73 ## This tells cmake to install 'lemon-project' to $PREFIX/bin when
    74 ## 'make install' is executed. You can give more targets separated
    75 ## by whitespaces.
    76 
    77 INSTALL(
    78   TARGETS lemon-project
    79   RUNTIME DESTINATION bin
    80   COMPONENT bin
    81 )
     64ADD_SUBDIRECTORY(src)
    8265
    8366## Sometimes MSVC overwhelms you with compiler warnings which are impossible to
Note: See TracChangeset for help on using the changeset viewer.