git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1280 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
a16106ca56
commit
1e82803c81
1 changed files with 8 additions and 1 deletions
|
|
@ -26,7 +26,9 @@ INCLUDE(FindGnuplot)
|
||||||
|
|
||||||
INCLUDE(CheckLibraryExists)
|
INCLUDE(CheckLibraryExists)
|
||||||
|
|
||||||
INCLUDE(Dart OPTIONAL)
|
INCLUDE(Dart OPTIONAL)
|
||||||
|
|
||||||
|
INCLUDE(CPack)
|
||||||
|
|
||||||
# Set a special flag if the environment is windows (should do the same in a config.g file)
|
# Set a special flag if the environment is windows (should do the same in a config.g file)
|
||||||
IF (WIN32)
|
IF (WIN32)
|
||||||
|
|
@ -82,6 +84,11 @@ ENDIF(CMAKE_BUILD_TYPE MATCHES Debug)
|
||||||
|
|
||||||
#####################################################################################
|
#####################################################################################
|
||||||
|
|
||||||
|
######################################################################################
|
||||||
|
### Copy of benchs and parameter files config
|
||||||
|
######################################################################################
|
||||||
|
|
||||||
|
SET(ENABLE_CMAKE_COPY TRUE CACHE BOOL "Enable copy of benchs and parameters file?")
|
||||||
|
|
||||||
######################################################################################
|
######################################################################################
|
||||||
### Test config
|
### Test config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue