mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	updated CMakeLists.txt file for new common files
This commit is contained in:
		
							parent
							
								
									7564d28faf
								
							
						
					
					
						commit
						d9c849586e
					
				
					 1 changed files with 16 additions and 9 deletions
				
			
		|  | @ -1,11 +1,18 @@ | |||
| set(SRCS    src/config.cpp | ||||
|             src/crc.cpp | ||||
|             src/file_utils.cpp | ||||
|             src/hash.cpp | ||||
|             src/log.cpp | ||||
|             src/misc_utils.cpp | ||||
|             src/timer.cpp | ||||
|             src/x86_utils.cpp | ||||
|             src/xml.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_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/version.cpp) | ||||
| 
 | ||||
| add_library(common STATIC ${SRCS}) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue