X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/05eead638cfd02a6d5a218939e226eb1700fd8a5..39c13cc03964564e220d6f7aa4dad240dad64ee9:/examples/platforms/CMakeLists.txt diff --git a/examples/platforms/CMakeLists.txt b/examples/platforms/CMakeLists.txt index 70bb080001..67de03af0a 100644 --- a/examples/platforms/CMakeLists.txt +++ b/examples/platforms/CMakeLists.txt @@ -4,4 +4,7 @@ foreach (platf routing_cluster) add_library (${platf} SHARED ${platf}.cpp) target_link_libraries(${platf} simgrid) add_dependencies(platf_cpp ${platf}) + set_target_properties(${platf} + PROPERTIES SUFFIX .so + ) endforeach()