X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e66f876b5aca5cc3455a8a8b2570cdfb937e6811..187ba0c05f9fbe51175179b9f637b6554f947468:/tools/gras/CMakeLists.txt diff --git a/tools/gras/CMakeLists.txt b/tools/gras/CMakeLists.txt deleted file mode 100644 index 8a5f391931..0000000000 --- a/tools/gras/CMakeLists.txt +++ /dev/null @@ -1,15 +0,0 @@ -cmake_minimum_required(VERSION 2.6) - -set(EXECUTABLE_OUTPUT_PATH "${CMAKE_BINARY_DIR}/bin") - -add_executable(gras_stub_generator stub_generator.c unix_stub_generator.c windows_stub_generator.c) -add_executable(struct_diff struct_diff.c) - -### Add definitions for compile -if(NOT WIN32) - target_link_libraries(gras_stub_generator simgrid pthread m) - target_link_libraries(struct_diff simgrid pthread m) -else(NOT WIN32) - target_link_libraries(gras_stub_generator simgrid) - target_link_libraries(struct_diff simgrid) -endif(NOT WIN32) \ No newline at end of file