21 lines
646 B
CMake
21 lines
646 B
CMake
# 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/lab1_5/ws/ws_linux/src/videostream/src/videostream.cpp" "/home/lab1_5/ws/ws_linux/build/videostream/CMakeFiles/videostream.dir/src/videostream.cpp.o"
|
|
)
|
|
SET(CMAKE_CXX_COMPILER_ID "GNU")
|
|
|
|
# Preprocessor definitions for this target.
|
|
SET(CMAKE_TARGET_DEFINITIONS
|
|
"ROS_BUILD_SHARED_LIBS=1"
|
|
"ROS_PACKAGE_NAME=\"videostream\""
|
|
"ROSCONSOLE_BACKEND_LOG4CXX"
|
|
)
|
|
|
|
# Targets to which this target links.
|
|
SET(CMAKE_TARGET_LINKED_INFO_FILES
|
|
)
|