Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move xbt testsuite to teshsuite
[simgrid.git] / testsuite / mc / CMakeLists.txt
1 cmake_minimum_required(VERSION 2.6)
2
3 if(HAVE_MC)
4   set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
5   add_executable(dwarf dwarf.c)
6   target_link_libraries(dwarf simgrid)
7
8   add_executable(dwarf-expression dwarf_expression.c)
9   target_link_libraries(dwarf-expression simgrid)
10 endif()
11
12 set(testsuite_src
13   ${testsuite_src}
14   ${CMAKE_CURRENT_SOURCE_DIR}/dwarf.c
15   ${CMAKE_CURRENT_SOURCE_DIR}/dwarf_expression.c
16   PARENT_SCOPE
17   )