blob: 3c27ff96ba9b764e354e7536c812147e5ba2e958 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# The set of languages for which implicit dependencies are needed:
SET(CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
# 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
)
|