Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use the same parameter name in the code and in the documentation.
[simgrid.git] / examples / msg / energy / e2 / CMakeLists.txt
1 cmake_minimum_required(VERSION 2.6)
2
3 set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
4
5 add_executable(e2 e2.c)
6
7 ### Add definitions for compile
8 target_link_libraries(e2 simgrid )
9
10 set(xml_files
11   ${xml_files}
12   ${CMAKE_CURRENT_SOURCE_DIR}/deployment_e2.xml
13   ${CMAKE_CURRENT_SOURCE_DIR}/platform_e2.xml
14   PARENT_SCOPE
15   )
16
17 set(bin_files
18   ${bin_files}
19   PARENT_SCOPE
20   )