Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
props dict does not always exists anymore. Check if not NULL before
[simgrid.git] / teshsuite / gras / datadesc / CMakeLists.txt
1 cmake_minimum_required(VERSION 2.6)
2
3 set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
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