rem mqttc install

This commit is contained in:
MysticBoy 2020-05-26 15:31:53 +08:00
parent a99005e0e8
commit c2b148c16a
1 changed files with 5 additions and 5 deletions

View File

@ -74,8 +74,8 @@ if(MQTT_C_TESTS)
endif() endif()
# Install includes and library # Install includes and library
install(TARGETS mqttc # install(TARGETS mqttc
DESTINATION lib # DESTINATION lib
) # )
install(DIRECTORY include/ # install(DIRECTORY include/
DESTINATION include) # DESTINATION include)