From f36e66db463a5be0c6f69e4a7b397b1e1afb7ce3 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Fri, 22 Jul 2022 22:10:10 +0300 Subject: [PATCH] Revert "arduino-rx : remove obsolete file" This reverts commit fa15a576a8faab311486c6d242d09c13ca916cc8. --- examples/arduino-rx/CMakeLists.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 examples/arduino-rx/CMakeLists.txt diff --git a/examples/arduino-rx/CMakeLists.txt b/examples/arduino-rx/CMakeLists.txt new file mode 100644 index 0000000..afe04bd --- /dev/null +++ b/examples/arduino-rx/CMakeLists.txt @@ -0,0 +1,10 @@ +# +# arduino-rx + +#configure_file(${CMAKE_SOURCE_DIR}/include/ggwave/ggwave.h ${CMAKE_CURRENT_SOURCE_DIR}/ggwave.h COPYONLY) +#configure_file(${CMAKE_SOURCE_DIR}/src/ggwave.cpp ${CMAKE_CURRENT_SOURCE_DIR}/ggwave.cpp COPYONLY) +#configure_file(${CMAKE_SOURCE_DIR}/src/fft.h ${CMAKE_CURRENT_SOURCE_DIR}/fft.h COPYONLY) +#configure_file(${CMAKE_SOURCE_DIR}/src/reed-solomon/gf.hpp ${CMAKE_CURRENT_SOURCE_DIR}/reed-solomon/gf.hpp COPYONLY) +#configure_file(${CMAKE_SOURCE_DIR}/src/reed-solomon/rs.hpp ${CMAKE_CURRENT_SOURCE_DIR}/reed-solomon/rs.hpp COPYONLY) +#configure_file(${CMAKE_SOURCE_DIR}/src/reed-solomon/poly.hpp ${CMAKE_CURRENT_SOURCE_DIR}/reed-solomon/poly.hpp COPYONLY) +#configure_file(${CMAKE_SOURCE_DIR}/src/reed-solomon/LICENSE ${CMAKE_CURRENT_SOURCE_DIR}/reed-solomon/LICENSE COPYONLY)