mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-30 18:24:15 +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 | ||||
|             src/crc.cpp | ||||
|             src/file_utils.cpp | ||||
| set(SRCS	src/break_points.cpp | ||||
| 			src/console_listener.cpp | ||||
| 			src/extended_trace.cpp | ||||
| 			src/file_search.cpp | ||||
| 			src/file_util.cpp | ||||
| 			src/hash.cpp | ||||
|             src/log.cpp | ||||
|             src/misc_utils.cpp | ||||
| 			src/log_manager.cpp | ||||
| 			src/math_util.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/x86_utils.cpp | ||||
|             src/xml.cpp) | ||||
| 			src/version.cpp) | ||||
| 
 | ||||
| add_library(common STATIC ${SRCS}) | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user