mirror of
https://github.com/merbanan/rtl_433.git
synced 2026-04-17 16:16:55 -04:00
9 lines
252 B
CMake
9 lines
252 B
CMake
########################################################################
|
|
# Install public header files
|
|
########################################################################
|
|
install(FILES
|
|
rtl_433.h
|
|
rtl_433_devices.h
|
|
DESTINATION include
|
|
)
|