Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'S4U'
[simgrid.git] / teshsuite / xbt / graphxml_usage / CMakeLists.txt
1 set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
2
3 add_executable(graphxml_usage ${CMAKE_HOME_DIRECTORY}/teshsuite/xbt/graphxml_usage/graphxml_usage.c)
4
5 ### Add definitions for compile
6 if(NOT WIN32)
7   target_link_libraries(graphxml_usage simgrid m )
8 else()
9   target_link_libraries(graphxml_usage simgrid )
10 endif()
11
12 set(tesh_files
13   ${tesh_files}
14   ${CMAKE_CURRENT_SOURCE_DIR}/graphxml_usage.tesh
15   PARENT_SCOPE
16   )
17 set(xml_files
18   ${xml_files}
19   ${CMAKE_CURRENT_SOURCE_DIR}/graph.xml
20   PARENT_SCOPE
21   )
22 set(testsuite_src
23   ${testsuite_src}
24   ${CMAKE_CURRENT_SOURCE_DIR}/graphxml_usage.c
25   PARENT_SCOPE
26   )
27 set(bin_files
28   ${bin_files}
29   PARENT_SCOPE
30   )
31 set(txt_files
32   ${txt_files}
33   PARENT_SCOPE
34   )