Added sunrise suport

This commit is contained in:
IMback
2017-08-14 21:07:08 +02:00
parent d0ca835df2
commit b4d1844b68
65 changed files with 6409 additions and 24 deletions

View File

@ -0,0 +1,29 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"CXX"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_CXX
"/home/philipp/Programming/RGBcontroller/WirelessRelay.cpp" "/home/philipp/Programming/RGBcontroller/CMakeFiles/rgbcontroller.dir/WirelessRelay.cpp.o"
"/home/philipp/Programming/RGBcontroller/main.cpp" "/home/philipp/Programming/RGBcontroller/CMakeFiles/rgbcontroller.dir/main.cpp.o"
"/home/philipp/Programming/RGBcontroller/pwm.cpp" "/home/philipp/Programming/RGBcontroller/CMakeFiles/rgbcontroller.dir/pwm.cpp.o"
"/home/philipp/Programming/RGBcontroller/rgbled.cpp" "/home/philipp/Programming/RGBcontroller/CMakeFiles/rgbcontroller.dir/rgbled.cpp.o"
"/home/philipp/Programming/RGBcontroller/serial.cpp" "/home/philipp/Programming/RGBcontroller/CMakeFiles/rgbcontroller.dir/serial.cpp.o"
)
set(CMAKE_CXX_COMPILER_ID "GNU")
# Preprocessor definitions for this target.
set(CMAKE_TARGET_DEFINITIONS_CXX
"F_CPU=16000000"
)
# The include file search paths:
set(CMAKE_CXX_TARGET_INCLUDE_PATH
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")