From 72b59ecc193f463ef00ed5c25d4c901dfd863dc6 Mon Sep 17 00:00:00 2001 From: Federico Francescon Date: Thu, 24 Oct 2024 20:50:05 +0200 Subject: [PATCH] build: added tls_chipers.h to the API_HEADERS Adding `tls_chipers.h` to API_HEADERS as it's included in `tls_config.h` and so required to properly build a binary which statically includes the lib61850 and uses APIs like ```c #include ``` --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 831c0f8a..40dd5257 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -101,6 +101,7 @@ set(API_HEADERS hal/inc/hal_ethernet.h hal/inc/hal_socket.h hal/inc/tls_config.h + hal/inc/tls_ciphers.h src/common/inc/libiec61850_common_api.h src/common/inc/linked_list.h src/common/inc/sntp_client.h