Skip to content

Commit

Permalink
build: added tls_chipers.h to the API_HEADERS
Browse files Browse the repository at this point in the history
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 <libiec61850/iec61850_server.h>
```
  • Loading branch information
fedefrancescon authored Oct 24, 2024
1 parent 519b020 commit 72b59ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72b59ec

Please sign in to comment.