X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3dcaeac37eb8cbcda860a7dc8ff1bac8b16e618b..f371a2501c4503399f53c987a2bb24d1de5dfba2:/examples/java/bittorrent/CMakeLists.txt?ds=sidebyside diff --git a/examples/java/bittorrent/CMakeLists.txt b/examples/java/bittorrent/CMakeLists.txt index 8730ae2c88..c2f2803e07 100644 --- a/examples/java/bittorrent/CMakeLists.txt +++ b/examples/java/bittorrent/CMakeLists.txt @@ -12,6 +12,7 @@ set(sources if(enable_java) add_custom_target(java_bittorrent ALL + COMMENT "Building java_bittorrent..." COMMAND ${JAVA_COMPILE} -cp ${CMAKE_BINARY_DIR}/simgrid.jar -d ${CMAKE_CURRENT_BINARY_DIR}/.. ${sources}) add_dependencies(java_bittorrent SG_java_jar) @@ -41,4 +42,3 @@ set(txt_files ${CMAKE_CURRENT_SOURCE_DIR}/generate.py PARENT_SCOPE ) -