Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert 'Delete the temporary route table for model Full' by Pierre since it broke...
[simgrid.git] / teshsuite / gras / datadesc / CMakeLists.txt
1 cmake_minimum_required(VERSION 2.6)
2
3 set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/teshsuite/gras/datadesc/")
4
5 add_executable(datadesc_usage datadesc_usage.c datadesc_structs.c)
6
7 ### Add definitions for compile
8 if(NOT WIN32)
9 target_link_libraries(datadesc_usage gras m pthread)
10 elseif(NOT WIN32)
11 target_link_libraries(datadesc_usage gras)
12 endif(NOT WIN32)
13