blob: b3deefcab09d41c5f8449af97f47cc1f6f39715b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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
"NLS"
)
# Targets to which this target links.
SET(CMAKE_TARGET_LINKED_INFO_FILES
)
|