From 11e253e96cf7d4505b445ee9c146f7250ab245aa Mon Sep 17 00:00:00 2001 From: "Albert ARIBAUD (FGS)" Date: Thu, 5 Mar 2020 11:34:48 +0100 Subject: [PATCH] Add generated stack_config.h to installed headers list File `stack_config.h` needs to be installed because file /usr/include/libiec61850/libiec61850_platform_includes.h includes it. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b64b1280..32980d33 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -109,6 +109,7 @@ set(API_HEADERS src/sampled_values/sv_subscriber.h src/sampled_values/sv_publisher.h src/logging/logging_api.h + ${CMAKE_CURRENT_BINARY_DIR}/config/stack_config.h ) if(MSVC AND MSVC_VERSION LESS 1800)