Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
854af4e3d67d446c5b7c4742c3946b7c4615f3cb
[simgrid.git] / buildtools / Cmake / simgrid_CMakeList / teshsuite / gras / datadesc / CMakeLists.txt
1 cmake_minimum_required(VERSION 2.6)
2
3 set(EXECUTABLE_OUTPUT_PATH "./")
4 set(LIBRARY_OUTPUT_PATH "${PROJECT_DIRECTORY}/lib")
5
6 add_executable(datadesc_usage datadesc_usage.c datadesc_structs.c)
7
8 ### Add definitions for compile
9 target_link_libraries(datadesc_usage gras m pthread -fprofile-arcs)