19 lines
540 B
CMake
19 lines
540 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
|
||
|
"/usr/src/gtest/src/gtest-all.cc" "/home/lab1_5/ws/ws_linux/build/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o"
|
||
|
)
|
||
|
SET(CMAKE_CXX_COMPILER_ID "GNU")
|
||
|
|
||
|
# Preprocessor definitions for this target.
|
||
|
SET(CMAKE_TARGET_DEFINITIONS
|
||
|
"GTEST_CREATE_SHARED_LIBRARY=1"
|
||
|
)
|
||
|
|
||
|
# Targets to which this target links.
|
||
|
SET(CMAKE_TARGET_LINKED_INFO_FILES
|
||
|
)
|