Files
TencentOS-tiny/components/connectivity/iot-hub-device-c-sdk/app/ota/CMakeLists.txt

4 lines
127 B
CMake

file(GLOB src_app ${CMAKE_CURRENT_SOURCE_DIR}/*.c)
add_executable(app_ota ${src_app})
target_link_libraries(app_ota ${libsdk})