Skip to content

Commit d6e2030

Browse files
committed
fixed CMake
1 parent 57039a1 commit d6e2030

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ set(SOURCE_FILES
3434
src/Timer.h
3535
src/YunMQTTClient.cpp
3636
src/YunMQTTClient.h
37-
src/YunMQTTInstall.cpp
38-
src/YunMQTTInstall.h
3937
examples/MQTTClient/MQTTClient.ino
38+
examples/YunMQTTClient/YunMQTTClient.ino
4039
examples/YunMQTTInstall/YunMQTTInstall.ino)
4140

4241
add_executable(arduino_mqtt ${SOURCE_FILES})

0 commit comments

Comments
 (0)