mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 12:40:06 +00:00 
			
		
		
		
	Add stb_rect_pack implementation
This commit is contained in:
		
							parent
							
								
									49eba4e839
								
							
						
					
					
						commit
						031e175fed
					
				
					 2 changed files with 5 additions and 0 deletions
				
			
		|  | @ -40,6 +40,7 @@ set(SRC_MAIN source/scwx/qt/main/main_window.cpp) | ||||||
| set(UI_MAIN  source/scwx/qt/main/main_window.ui) | set(UI_MAIN  source/scwx/qt/main/main_window.ui) | ||||||
| set(HDR_CONFIG source/scwx/qt/config/radar_site.hpp) | set(HDR_CONFIG source/scwx/qt/config/radar_site.hpp) | ||||||
| set(SRC_CONFIG source/scwx/qt/config/radar_site.cpp) | set(SRC_CONFIG source/scwx/qt/config/radar_site.cpp) | ||||||
|  | set(SRC_EXTERNAL source/scwx/qt/external/stb_rect_pack.cpp) | ||||||
| set(HDR_GL source/scwx/qt/gl/gl.hpp | set(HDR_GL source/scwx/qt/gl/gl.hpp | ||||||
|            source/scwx/qt/gl/gl_context.hpp |            source/scwx/qt/gl/gl_context.hpp | ||||||
|            source/scwx/qt/gl/shader_program.hpp |            source/scwx/qt/gl/shader_program.hpp | ||||||
|  | @ -147,6 +148,7 @@ set(PROJECT_SOURCES ${HDR_MAIN} | ||||||
|                     ${SRC_MAIN} |                     ${SRC_MAIN} | ||||||
|                     ${HDR_CONFIG} |                     ${HDR_CONFIG} | ||||||
|                     ${SRC_CONFIG} |                     ${SRC_CONFIG} | ||||||
|  |                     ${SRC_EXTERNAL} | ||||||
|                     ${HDR_GL} |                     ${HDR_GL} | ||||||
|                     ${SRC_GL} |                     ${SRC_GL} | ||||||
|                     ${HDR_GL_DRAW} |                     ${HDR_GL_DRAW} | ||||||
|  | @ -181,6 +183,7 @@ source_group("Header Files\\main"     FILES ${HDR_MAIN}) | ||||||
| source_group("Source Files\\main"     FILES ${SRC_MAIN}) | source_group("Source Files\\main"     FILES ${SRC_MAIN}) | ||||||
| source_group("Header Files\\config"   FILES ${HDR_CONFIG}) | source_group("Header Files\\config"   FILES ${HDR_CONFIG}) | ||||||
| source_group("Source Files\\config"   FILES ${SRC_CONFIG}) | source_group("Source Files\\config"   FILES ${SRC_CONFIG}) | ||||||
|  | source_group("Source Files\\external" FILES ${SRC_EXTERNAL}) | ||||||
| source_group("Header Files\\gl"       FILES ${HDR_GL}) | source_group("Header Files\\gl"       FILES ${HDR_GL}) | ||||||
| source_group("Source Files\\gl"       FILES ${SRC_GL}) | source_group("Source Files\\gl"       FILES ${SRC_GL}) | ||||||
| source_group("Header Files\\gl\\draw" FILES ${HDR_GL_DRAW}) | source_group("Header Files\\gl\\draw" FILES ${HDR_GL_DRAW}) | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								scwx-qt/source/scwx/qt/external/stb_rect_pack.cpp
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								scwx-qt/source/scwx/qt/external/stb_rect_pack.cpp
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,2 @@ | ||||||
|  | #define STB_RECT_PACK_IMPLEMENTATION | ||||||
|  | #include <stb_rect_pack.h> | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat