From 58b00ede5f7ab974c61eb919545ef263a130d3be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A8le=20Harrissart?= Date: Tue, 17 Jun 2014 09:41:01 +0200 Subject: [PATCH] Add a new CMakeLists.txt file for eompi compilation. --- eompi/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 eompi/CMakeLists.txt diff --git a/eompi/CMakeLists.txt b/eompi/CMakeLists.txt new file mode 100644 index 000000000..d1a7e3d87 --- /dev/null +++ b/eompi/CMakeLists.txt @@ -0,0 +1,5 @@ +###################################################################################### +### Include subdirectories +###################################################################################### +#add_subdirectory(doc) +add_subdirectory(src) \ No newline at end of file