X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2931186f42e4cc57c72b923936fc20f5d4067aa2..e66f876b5aca5cc3455a8a8b2570cdfb937e6811:/tools/gras/CMakeLists.txt diff --git a/tools/gras/CMakeLists.txt b/tools/gras/CMakeLists.txt index 632026f7e1..8a5f391931 100644 --- a/tools/gras/CMakeLists.txt +++ b/tools/gras/CMakeLists.txt @@ -3,10 +3,13 @@ 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