mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-04 04:34:07 +01:00 
			
		
		
		
	updated CMakeLists.txt file for new common files
This commit is contained in:
		
							parent
							
								
									7564d28faf
								
							
						
					
					
						commit
						d9c849586e
					
				@ -1,11 +1,18 @@
 | 
				
			|||||||
set(SRCS    src/config.cpp
 | 
					set(SRCS	src/break_points.cpp
 | 
				
			||||||
            src/crc.cpp
 | 
								src/console_listener.cpp
 | 
				
			||||||
            src/file_utils.cpp
 | 
								src/extended_trace.cpp
 | 
				
			||||||
            src/hash.cpp
 | 
								src/file_search.cpp
 | 
				
			||||||
            src/log.cpp
 | 
								src/file_util.cpp
 | 
				
			||||||
            src/misc_utils.cpp
 | 
								src/hash.cpp
 | 
				
			||||||
            src/timer.cpp
 | 
								src/log_manager.cpp
 | 
				
			||||||
            src/x86_utils.cpp
 | 
								src/math_util.cpp
 | 
				
			||||||
            src/xml.cpp)
 | 
								src/mem_arena.cpp
 | 
				
			||||||
 | 
								src/memory_util.cpp
 | 
				
			||||||
 | 
								src/misc.cpp
 | 
				
			||||||
 | 
								src/msg_handler.cpp
 | 
				
			||||||
 | 
								src/string_util.cpp
 | 
				
			||||||
 | 
								src/thread.cpp
 | 
				
			||||||
 | 
								src/timer.cpp
 | 
				
			||||||
 | 
								src/version.cpp)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
add_library(common STATIC ${SRCS})
 | 
					add_library(common STATIC ${SRCS})
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user