Skip to content

Commit 338ccaa

Browse files
Update CMakeLists.txt with test application build configuration
Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
1 parent 948f86a commit 338ccaa

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

fullstack/freertos-wolfip-wolfssl-https/CMakeLists.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,13 @@ set(FREERTOS_SOURCES
2727
${FREERTOS_PORT_DIR}/port.c
2828
${FREERTOS_HEAP_DIR}/heap_3.c
2929
)
30+
31+
# Add the main application
32+
add_executable(freertos_sim
33+
${FREERTOS_SOURCES}
34+
src/main.c
35+
)
36+
37+
target_link_libraries(freertos_sim
38+
pthread
39+
)

0 commit comments

Comments
 (0)