14 lines
346 B
CMake
14 lines
346 B
CMake
|
# 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
|
||
|
"ROS_BUILD_SHARED_LIBS=1"
|
||
|
)
|
||
|
|
||
|
# Targets to which this target links.
|
||
|
SET(CMAKE_TARGET_LINKED_INFO_FILES
|
||
|
)
|