Files
rtl_433/conf/CMakeLists.txt
Christian W. Zuckschwerdt 01e767386a Update installed files
2018-12-16 12:53:29 +01:00

10 lines
292 B
CMake

########################################################################
# Install example configuration files
########################################################################
file(GLOB RTL433_CONF_FILES "*.conf")
install(FILES
${RTL433_CONF_FILES}
DESTINATION etc/rtl_433
)