Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add CMakeLists.txt for examples/java.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 31 Jan 2013 21:00:14 +0000 (22:00 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 31 Jan 2013 21:00:14 +0000 (22:00 +0100)
examples/java/CMakeLists.txt [new file with mode: 0644]

diff --git a/examples/java/CMakeLists.txt b/examples/java/CMakeLists.txt
new file mode 100644 (file)
index 0000000..90617f9
--- /dev/null
@@ -0,0 +1,24 @@
+cmake_minimum_required(VERSION 2.6)
+
+set(tesh_files
+  ${tesh_files}
+  PARENT_SCOPE
+  )
+set(xml_files
+  ${xml_files}
+  ${CMAKE_CURRENT_SOURCE_DIR}/platform.xml
+  PARENT_SCOPE
+  )
+set(examples_src
+  ${examples_src}
+  PARENT_SCOPE
+  )
+set(bin_files
+  ${bin_files}
+  PARENT_SCOPE
+  )
+set(txt_files
+  ${txt_files}
+  PARENT_SCOPE
+  )
+