add mqtt int files to inst target

This commit is contained in:
John
2022-04-10 17:03:28 +02:00
parent e3d4d7a950
commit 92436474e1
3 changed files with 12 additions and 9 deletions
+3
View File
@@ -158,3 +158,6 @@ if(EXISTS "${ROOT}/etc/debian_version")
install(FILES ${CMAKE_SOURCE_DIR}/contrib/debian/init.d/ebusd DESTINATION /etc/init.d/)
install(FILES ${CMAKE_SOURCE_DIR}/contrib/debian/systemd/ebusd.service DESTINATION /lib/systemd/system/)
endif()
if(HAVE_MQTT)
install(FILES ${CMAKE_SOURCE_DIR}/contrib/etc/ebusd/mqtt-*.cfg DESTINATION /etc/ebusd/)
endif(HAVE_MQTT)