From: mquinson Date: Wed, 1 Dec 2010 16:58:13 +0000 (+0000) Subject: Include some missing CMakeLists.txt into the archive in a desperate attempt to avoid... X-Git-Tag: v3_5~6 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/80d5ffa0b1d4c8c37ef5ed5dd8abc1920b3460a5?ds=sidebyside Include some missing CMakeLists.txt into the archive in a desperate attempt to avoid the Epic Failure git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8827 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/buildtools/Cmake/DefinePackages.cmake b/buildtools/Cmake/DefinePackages.cmake index 8c0b639dcc..9532c52b79 100644 --- a/buildtools/Cmake/DefinePackages.cmake +++ b/buildtools/Cmake/DefinePackages.cmake @@ -622,6 +622,7 @@ endforeach(file ${new_examples_to_install_in_doc}) file(GLOB_RECURSE add_src_files "teshsuite/*.c" "teshsuite/*.cxx" +"teshsuite/*CMakeLists.txt" "testsuite/*.c" "testsuite/*.cxx" "testsuite/*CMakeLists.txt"