mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 03:20:05 +00:00 
			
		
		
		
	Splitting radar logic out of render layer into manager and view classes
This commit is contained in:
		
							parent
							
								
									59be110c10
								
							
						
					
					
						commit
						30fadcfbb6
					
				
					 12 changed files with 410 additions and 133 deletions
				
			
		|  | @ -2,7 +2,9 @@ project(scwx-data) | |||
| 
 | ||||
| find_package(Boost) | ||||
| 
 | ||||
| set(HDR_COMMON include/scwx/common/color_table.hpp) | ||||
| set(HDR_COMMON include/scwx/common/color_table.hpp | ||||
|                include/scwx/common/constants.hpp | ||||
|                include/scwx/common/types.hpp) | ||||
| set(SRC_COMMON source/scwx/common/color_table.cpp) | ||||
| set(HDR_UTIL include/scwx/util/rangebuf.hpp | ||||
|              include/scwx/util/vectorbuf.hpp) | ||||
|  | @ -58,6 +60,15 @@ if(MSVC) | |||
|     target_compile_options(wxdata PRIVATE /W3) | ||||
| endif() | ||||
| 
 | ||||
| target_link_libraries(wxdata INTERFACE Boost::iostreams | ||||
|                                        Boost::log | ||||
|                                        BZip2::BZip2 | ||||
|                                        hsluv-c) | ||||
| 
 | ||||
| if (WIN32) | ||||
|     target_link_libraries(wxdata INTERFACE Ws2_32) | ||||
| endif() | ||||
| 
 | ||||
| set_target_properties(wxdata PROPERTIES CXX_STANDARD 20 | ||||
|                                         CXX_STANDARD_REQUIRED ON | ||||
|                                         CXX_EXTENSIONS OFF) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat