File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ function(add_distinct_clang_unittest test_name)
4747 target_link_libraries (${test_name} PRIVATE ${ARG_LINK_LIBS} )
4848endfunction ()
4949
50- define_property (GLOBAL PROPERTY CLANG_UNITTEST_SRCS)
51- define_property (GLOBAL PROPERTY CLANG_UNITTEST_LLVM_COMPONENTS)
52- define_property (GLOBAL PROPERTY CLANG_UNITTEST_CLANG_LIBS)
53- define_property (GLOBAL PROPERTY CLANG_UNITTEST_LINK_LIBS)
50+ define_property (GLOBAL PROPERTY CLANG_UNITTEST_SRCS BRIEF_DOCS "<internal setting>" )
51+ define_property (GLOBAL PROPERTY CLANG_UNITTEST_LLVM_COMPONENTS BRIEF_DOCS "<internal setting>" )
52+ define_property (GLOBAL PROPERTY CLANG_UNITTEST_CLANG_LIBS BRIEF_DOCS "<internal setting>" )
53+ define_property (GLOBAL PROPERTY CLANG_UNITTEST_LINK_LIBS BRIEF_DOCS "<internal setting>" )
5454
5555# add_clang_unittest(test_name file1.cpp file2.cpp)
5656#
You can’t perform that action at this time.
0 commit comments