Skip to content

Commit de993cd

Browse files
committed
modify cmake of the serializer demo
1 parent 4734136 commit de993cd

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

demos/mqtt/mqtt_demo_serializer/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ add_executable(
1717
${BACKOFF_ALGORITHM_SOURCES}
1818
)
1919

20-
target_sources(${DEMO_NAME} PRIVATE ${ROOT_DIR}/libraries/standard/coreMQTT/source/core_mqtt_utils.c)
21-
2220
target_link_libraries(
2321
${DEMO_NAME}
2422
PRIVATE

0 commit comments

Comments
 (0)