From 975a56e4e9ac1d6255aabf925dff0a067b35c89d Mon Sep 17 00:00:00 2001 From: legrand Date: Thu, 21 Feb 2008 16:54:09 +0000 Subject: [PATCH] added dummy cmake file to be consistent with the common install.cmake file which uses a src dir git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@996 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-mo/src/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 trunk/paradiseo-mo/src/CMakeLists.txt diff --git a/trunk/paradiseo-mo/src/CMakeLists.txt b/trunk/paradiseo-mo/src/CMakeLists.txt new file mode 100644 index 000000000..4ce15020e --- /dev/null +++ b/trunk/paradiseo-mo/src/CMakeLists.txt @@ -0,0 +1,4 @@ + +############################################################### +# This is a dummy file +###############################################################