mirror of
				https://github.com/PancakeTAS/lsfg-vk.git
				synced 2025-10-30 07:01:10 +00:00 
			
		
		
		
	reduce cmake compatibility levels
This commit is contained in:
		
							parent
							
								
									3893d49dbb
								
							
						
					
					
						commit
						728626dbf2
					
				
					 5 changed files with 6 additions and 6 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/build.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -15,7 +15,7 @@ jobs: | |||
|     - name: Checkout repository | ||||
|       uses: actions/checkout@v4 | ||||
|       with: | ||||
|         submodules: 'recursive' | ||||
|         submodules: yes | ||||
|     - name: Install build dependencies | ||||
|       uses: awalsh128/cache-apt-pkgs-action@latest | ||||
|       with: | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| cmake_minimum_required(VERSION 3.25) | ||||
| cmake_minimum_required(VERSION 3.10) | ||||
| 
 | ||||
| set(CMAKE_SKIP_RPATH ON) | ||||
| 
 | ||||
|  | @ -36,7 +36,7 @@ set_target_properties(lsfg-vk PROPERTIES | |||
| target_include_directories(lsfg-vk | ||||
|     PRIVATE include) | ||||
| target_link_libraries(lsfg-vk PRIVATE | ||||
|     pe-parse dxbc toml11 SPIRV-Headers | ||||
|     pe-parse dxbc toml11 | ||||
|     lsfg-vk-framegen) | ||||
| 
 | ||||
| get_target_property(TOML11_INCLUDE_DIRS toml11 INTERFACE_INCLUDE_DIRECTORIES) | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| cmake_minimum_required(VERSION 3.28) | ||||
| cmake_minimum_required(VERSION 3.10) | ||||
| 
 | ||||
| project(lsfg-vk-framegen | ||||
|     DESCRIPTION "Lossless Scaling Frame Generation Backend" | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #include "extract/trans.hpp" | ||||
| 
 | ||||
| #include <spirv/unified1/spirv.hpp> | ||||
| #include <thirdparty/spirv.hpp> | ||||
| 
 | ||||
| #include <dxbc_modinfo.h> | ||||
| #include <dxbc_module.h> | ||||
|  |  | |||
							
								
								
									
										2
									
								
								thirdparty/dxbc
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								thirdparty/dxbc
									
										
									
									
										vendored
									
									
								
							|  | @ -1 +1 @@ | |||
| Subproject commit 80e316fd13d7e8938d99a08f1f405a0679c3ccfa | ||||
| Subproject commit 78ab59a8aaeb43cd1b0a5e91ba86722433a10b78 | ||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 PancakeTAS
						PancakeTAS