30 lines
912 B
CMake
30 lines
912 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/ubuntu/ros2_ws/src/beacon_positioning/src/tracker_position.cpp" "/home/ubuntu/ros2_ws/build/beacon_positioning/CMakeFiles/tracker_position.dir/src/tracker_position.cpp.o"
|
|
)
|
|
set(CMAKE_CXX_COMPILER_ID "GNU")
|
|
|
|
# Preprocessor definitions for this target.
|
|
set(CMAKE_TARGET_DEFINITIONS_CXX
|
|
"DEFAULT_RMW_IMPLEMENTATION=rmw_fastrtps_cpp"
|
|
"RCUTILS_ENABLE_FAULT_INJECTION"
|
|
"SPDLOG_COMPILED_LIB"
|
|
)
|
|
|
|
# The include file search paths:
|
|
set(CMAKE_CXX_TARGET_INCLUDE_PATH
|
|
"/home/ubuntu/ros2_ws/src/beacon_positioning/include"
|
|
"/opt/ros/foxy/include"
|
|
)
|
|
|
|
# Targets to which this target links.
|
|
set(CMAKE_TARGET_LINKED_INFO_FILES
|
|
)
|
|
|
|
# Fortran module output directory.
|
|
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|