File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 121121[submodule  "3rdparty/gtl "]
122122	path  =  3rdparty/gtl 
123123	url  =  https://github.com/greg7mdp/gtl.git 
124+ [submodule  "3rdparty/Vulkan-Tools "]
125+ 	path  =  3rdparty/Vulkan-Tools 
126+ 	url  =  [email protected] :Devsh-Graphics-Programming/Vulkan-Tools.git 
Original file line number Diff line number Diff line change @@ -451,6 +451,9 @@ if (NBL_BUILD_BULLET)
451451	set (BULLET_INCLUDE_PATH ${BULLET_INCLUDE_PATH}  PARENT_SCOPE)
452452endif ()
453453
454+ add_library (Vulkan-Tools OBJECT "Vulkan-Tools/vulkaninfo/vulkaninfo.cpp" )
455+ target_include_directories (Vulkan-Tools INTERFACE  "Vulkan-Tools/vulkaninfo" )
456+ 
454457# Final gather 
455458set (NBL_3RDPARTY_TARGETS
456459				lzma
@@ -472,6 +475,7 @@ set(NBL_3RDPARTY_TARGETS
472475				SPIRV 
473476				SPIRV-Tools-static  # SPIRV-Tools-shared in case of SHARED lib 
474477				SPIRV-Tools-opt
478+ 				Vulkan-Tools
475479				Imath
476480				freetype
477481				${NBL_MSDFGEN_TARGETS} 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments