From 8de23104635721196b72bb06a8bd56de75015486 Mon Sep 17 00:00:00 2001 From: Gabriel Corona Date: Tue, 15 Dec 2015 16:50:57 +0100 Subject: [PATCH] Add missing files in cmake Fix https://github.com/mquinson/simgrid/issues/42 --- teshsuite/simix/stack_overflow/CMakeLists.txt | 1 + tools/cmake/DefinePackages.cmake | 3 +++ 2 files changed, 4 insertions(+) diff --git a/teshsuite/simix/stack_overflow/CMakeLists.txt b/teshsuite/simix/stack_overflow/CMakeLists.txt index b1f00d90b2..c0a5784bb9 100644 --- a/teshsuite/simix/stack_overflow/CMakeLists.txt +++ b/teshsuite/simix/stack_overflow/CMakeLists.txt @@ -11,6 +11,7 @@ set(tesh_files set(xml_files ${xml_files} ${CMAKE_CURRENT_SOURCE_DIR}/stack_overflow.xml + ${CMAKE_CURRENT_SOURCE_DIR}/stack_overflow_platform.xml PARENT_SCOPE ) set(teshsuite_src diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index dc9b9bf9c0..cdb6b0ae4d 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -723,6 +723,7 @@ set(headers_to_install include/simgrid/s4u/mailbox.hpp include/simgrid/s4u/storage.hpp include/simgrid/s4u.h + include/simgrid/Host.hpp include/smpi/mpi.h include/smpi/smpi.h include/smpi/smpi_cocci.h @@ -750,6 +751,7 @@ set(headers_to_install include/xbt/hash.h include/xbt/heap.h include/xbt/lib.h + include/xbt/Lib.hpp include/xbt/log.h include/xbt/mallocator.h include/xbt/matrix.h @@ -1027,6 +1029,7 @@ set(bin_files set(txt_files ${txt_files} + .appveyor-download.cmd AUTHORS COPYING README -- 2.20.1