ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/lib/parseur/CMakeLists.txt
Revision: 252
Committed: Tue Jul 13 18:12:51 2010 UTC (14 years, 10 months ago) by francois
Content type: text/plain
File size: 142 byte(s)
Log Message:
test nouvelle hiearchie

File Contents

# User Rev Content
1 francois 252 file(GLOB SRC src/*.cpp)
2     set(PARSEUR_SOURCE ${SRC})
3     include_directories(src ../outil/src)
4     add_library(parseur SHARED ${PARSEUR_SOURCE} )
5    
6    
7    
8