Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't tell 165 times that we need CMAKE v2.6
[simgrid.git] / teshsuite / xbt / mallocator / CMakeLists.txt
1 set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
2
3 add_executable(mallocator mallocator_test.c)
4 target_link_libraries(mallocator simgrid)
5
6 set(tesh_files
7   ${tesh_files}
8   ${CMAKE_CURRENT_SOURCE_DIR}/mallocator.tesh
9   PARENT_SCOPE
10   )
11 set(xml_files
12   ${xml_files}
13   PARENT_SCOPE
14   )
15 set(teshsuite_src
16   ${teshsuite_src}
17   ${CMAKE_CURRENT_SOURCE_DIR}/mallocator_test.c
18   PARENT_SCOPE
19   )
20 set(bin_files
21   ${bin_files}
22   PARENT_SCOPE
23   )
24 set(txt_files
25   ${txt_files}
26   PARENT_SCOPE
27   )