Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
various cleanups in the CMakeLists.txt files
[simgrid.git] / examples / java / suspend / CMakeLists.txt
index d978b49..eb6ce3e 100644 (file)
@@ -1,9 +1,5 @@
 set(example java_suspend)
-set(sources
-  ${CMAKE_CURRENT_SOURCE_DIR}/DreamMaster.java
-  ${CMAKE_CURRENT_SOURCE_DIR}/LazyGuy.java
-  ${CMAKE_CURRENT_SOURCE_DIR}/Suspend.java
-  )
+set(sources Suspend.java DreamMaster.java LazyGuy.java)
 
 if(enable_java)
   add_custom_command(