mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-18 02:40:35 +08:00
21 lines
618 B
CMake
21 lines
618 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
|
|
)
|
|
|
|
# The include file search paths:
|
|
SET(CMAKE_C_TARGET_INCLUDE_PATH
|
|
)
|
|
SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
|
|
SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
|
|
SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
|