mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-04 00:49:02 -06:00 
			
		
		
		
	Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP.
This commit is contained in:
		@@ -14,7 +14,7 @@ set(HEADERS
 | 
			
		||||
create_directory_groups(${SRCS} ${HEADERS})
 | 
			
		||||
 | 
			
		||||
add_executable(citra ${SRCS} ${HEADERS})
 | 
			
		||||
target_link_libraries(citra core common video_core)
 | 
			
		||||
target_link_libraries(citra core video_core common)
 | 
			
		||||
target_link_libraries(citra ${GLFW_LIBRARIES} ${OPENGL_gl_LIBRARY} inih)
 | 
			
		||||
if (MSVC)
 | 
			
		||||
    target_link_libraries(citra getopt)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user