File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,9 @@ cxx_library(gmock_main
9999 src/gmock-all .cc
100100 src/gmock_main.cc)
101101
102+ set_target_properties (gmock_main PROPERTIES FOLDER "Tests" )
103+ set_target_properties (gmock PROPERTIES FOLDER "Tests" )
104+
102105# If the CMake version supports it, attach header directory information
103106# to the targets for when we are part of a parent build (ie being pulled
104107# in via add_subdirectory() rather than being a standalone build).
Original file line number Diff line number Diff line change @@ -100,6 +100,8 @@ endif()
100100cxx_library(gtest "${cxx_strict} " src/gtest-all .cc)
101101cxx_library(gtest_main "${cxx_strict} " src/gtest_main.cc)
102102target_link_libraries (gtest_main gtest)
103+ set_target_properties (gtest_main PROPERTIES FOLDER "Tests" )
104+ set_target_properties (gtest PROPERTIES FOLDER "Tests" )
103105
104106# If the CMake version supports it, attach header directory information
105107# to the targets for when we are part of a parent build (ie being pulled
You can’t perform that action at this time.
0 commit comments