File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 1- define_property (DIRECTORY  PROPERTY LLDB_PLUGIN_KIND)
2- define_property (TARGET  PROPERTY LLDB_PLUGIN_KIND INHERITED)
1+ define_property (DIRECTORY  PROPERTY LLDB_PLUGIN_KIND
2+   BRIEF_DOCS "LLDB plugin kind (Process, SymbolFile, etc." )
3+ define_property (TARGET  PROPERTY LLDB_PLUGIN_KIND INHERITED
4+   BRIEF_DOCS "LLDB plugin kind (Process, SymbolFile, etc." )
35
4- define_property (DIRECTORY  PROPERTY LLDB_ACCEPTABLE_PLUGIN_DEPENDENCIES)
5- define_property (TARGET  PROPERTY LLDB_ACCEPTABLE_PLUGIN_DEPENDENCIES INHERITED)
6+ define_property (DIRECTORY  PROPERTY LLDB_ACCEPTABLE_PLUGIN_DEPENDENCIES
7+   BRIEF_DOCS "LLDB plugin kinds which the plugin can depend on" )
8+ define_property (TARGET  PROPERTY LLDB_ACCEPTABLE_PLUGIN_DEPENDENCIES INHERITED
9+   BRIEF_DOCS "LLDB plugin kinds which the plugin can depend on" )
610
7- define_property (DIRECTORY  PROPERTY LLDB_TOLERATED_PLUGIN_DEPENDENCIES)
8- define_property (TARGET  PROPERTY LLDB_TOLERATED_PLUGIN_DEPENDENCIES INHERITED)
11+ define_property (DIRECTORY  PROPERTY LLDB_TOLERATED_PLUGIN_DEPENDENCIES
12+   BRIEF_DOCS "LLDB plugin kinds which are depended on for historic reasons." )
13+ define_property (TARGET  PROPERTY LLDB_TOLERATED_PLUGIN_DEPENDENCIES INHERITED
14+   BRIEF_DOCS "LLDB plugin kinds which are depended on for historic reasons." )
915
1016option (LLDB_GENERATE_PLUGIN_DEP_GRAPH OFF )
1117
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments