mirror of
https://github.com/merbanan/rtl_433.git
synced 2026-04-23 02:57:07 -04:00
10 lines
292 B
CMake
10 lines
292 B
CMake
########################################################################
|
|
# Install example configuration files
|
|
########################################################################
|
|
file(GLOB RTL433_CONF_FILES "*.conf")
|
|
|
|
install(FILES
|
|
${RTL433_CONF_FILES}
|
|
DESTINATION etc/rtl_433
|
|
)
|