mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-03 16:39:01 -06:00 
			
		
		
		
	CMake: Remove unnecessary include_directories for dynarmic
Dynarmic already adds the correct include paths to the library target.
This commit is contained in:
		@@ -374,10 +374,7 @@ set(HEADERS
 | 
				
			|||||||
            telemetry_session.h
 | 
					            telemetry_session.h
 | 
				
			||||||
            )
 | 
					            )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
include_directories(../../externals/dynarmic/include)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
create_directory_groups(${SRCS} ${HEADERS})
 | 
					create_directory_groups(${SRCS} ${HEADERS})
 | 
				
			||||||
 | 
					 | 
				
			||||||
add_library(core STATIC ${SRCS} ${HEADERS})
 | 
					add_library(core STATIC ${SRCS} ${HEADERS})
 | 
				
			||||||
target_link_libraries(core PUBLIC common PRIVATE audio_core video_core)
 | 
					target_link_libraries(core PUBLIC common PRIVATE audio_core video_core)
 | 
				
			||||||
target_link_libraries(core PUBLIC Boost::boost PRIVATE cryptopp dynarmic)
 | 
					target_link_libraries(core PUBLIC Boost::boost PRIVATE cryptopp dynarmic)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user