File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -226,14 +226,14 @@ target_compile_definitions(
226226# Dependencies 
227227target_include_directories (mrdocs-core
228228        SYSTEM  PUBLIC 
229-         $<BUILD_INTERFACE:${LLVM_INCLUDE_DIRS} >
230-         $<BUILD_INTERFACE:${CLANG_INCLUDE_DIRS} >
231-         $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR} >
229+         " $<BUILD_INTERFACE:${LLVM_INCLUDE_DIRS} >" 
230+         " $<BUILD_INTERFACE:${CLANG_INCLUDE_DIRS} >" 
231+         " $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR} >" 
232232)
233233target_include_directories (mrdocs-core
234234        SYSTEM  PRIVATE 
235-         $<BUILD_INTERFACE:${DUKTAPE_INCLUDE_DIRS} >
236-         $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR} >
235+         " $<BUILD_INTERFACE:${DUKTAPE_INCLUDE_DIRS} >" 
236+         " $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR} >" 
237237)
238238target_link_libraries (mrdocs-core PRIVATE  ${DUKTAPE_LIBRARY} )
239239
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments