mirror of
				https://github.com/PancakeTAS/lsfg-vk.git
				synced 2025-10-30 07:01:10 +00:00 
			
		
		
		
	enhancement(nodeps): fix buildsystem warnings
This commit is contained in:
		
							parent
							
								
									ca7cba1ea0
								
							
						
					
					
						commit
						e1a299617d
					
				
					 3 changed files with 6 additions and 3 deletions
				
			
		|  | @ -39,8 +39,9 @@ add_library(lsfg-vk SHARED ${SOURCES}) | |||
| set_target_properties(lsfg-vk PROPERTIES | ||||
|     CXX_STANDARD 20 | ||||
|     CXX_STANDARD_REQUIRED ON) | ||||
| target_include_directories(lsfg-vk SYSTEM | ||||
|     PUBLIC include/thirdparty) | ||||
| target_include_directories(lsfg-vk | ||||
|     PUBLIC include/thirdparty | ||||
|     PUBLIC include) | ||||
| target_link_libraries(lsfg-vk PUBLIC | ||||
|     pe-parse | ||||
|  |  | |||
|  | @ -18,7 +18,6 @@ file(GLOB SOURCES | |||
|     "src/config/*.cpp" | ||||
|     "src/core/*.cpp" | ||||
|     "src/pool/*.cpp" | ||||
|     "src/thirdparty/*.c" | ||||
|     "src/*.cpp" | ||||
|     "v3.1_src/core/*.cpp" | ||||
|     "v3.1_src/pool/*.cpp" | ||||
|  | @ -30,6 +29,7 @@ file(GLOB SOURCES | |||
|     "v3.1p_src/shaders/*.cpp" | ||||
|     "v3.1p_src/utils/*.cpp" | ||||
|     "v3.1p_src/*.cpp" | ||||
|     "src/thirdparty/*.c" | ||||
| ) | ||||
| 
 | ||||
| add_library(lsfg-vk-framegen STATIC ${SOURCES}) | ||||
|  | @ -38,8 +38,9 @@ add_library(lsfg-vk-framegen STATIC ${SOURCES}) | |||
| set_target_properties(lsfg-vk-framegen PROPERTIES | ||||
|     CXX_STANDARD 20 | ||||
|     CXX_STANDARD_REQUIRED ON) | ||||
| target_include_directories(lsfg-vk-framegen SYSTEM | ||||
|     PUBLIC include/thirdparty) | ||||
| target_include_directories(lsfg-vk-framegen | ||||
|     PUBLIC include/thirdparty | ||||
|     PUBLIC include | ||||
|     PUBLIC public | ||||
|     PRIVATE v3.1_include | ||||
|  |  | |||
|  | @ -14,6 +14,7 @@ | |||
| #include <iostream> | ||||
| #include <optional> | ||||
| #include <fstream> | ||||
| #include <cstdint> | ||||
| #include <cstdlib> | ||||
| #include <utility> | ||||
| #include <chrono> | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 PancakeTAS
						PancakeTAS