blob: 19930c3327f304d70f13798f0d2fe7e8f36245b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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/xel/Dokumente/ledmatrix/Matrix_9x14/Life.cpp" "/home/xel/Dokumente/ledmatrix/Matrix_9x14/build/CMakeFiles/LIFE.dir/Life.cpp.obj"
)
SET(CMAKE_CXX_COMPILER_ID "GNU")
# Preprocessor definitions for this target.
SET(CMAKE_TARGET_DEFINITIONS
"F_CPU=16000000L"
"ARDUINO=100"
)
# Targets to which this target links.
SET(CMAKE_TARGET_LINKED_INFO_FILES
"/home/xel/Dokumente/ledmatrix/Matrix_9x14/build/CMakeFiles/atmega328_Charliplexing.dir/DependInfo.cmake"
"/home/xel/Dokumente/ledmatrix/Matrix_9x14/build/CMakeFiles/atmega328_CORE.dir/DependInfo.cmake"
)
|