Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
8981832a7bde6b7657a9545c4374cdecea629a48
[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 set(teshsuite_src
11   ${teshsuite_src}
12   ${CMAKE_CURRENT_SOURCE_DIR}/mallocator_test.c
13   PARENT_SCOPE)