mirror of
				https://github.com/hedge-dev/XenonRecomp.git
				synced 2025-11-04 06:47:09 +00:00 
			
		
		
		
	xdbf_wrapper: resolve missing dependencies
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
				
			|||||||
project("PowerUtils")
 | 
					project("PowerUtils")
 | 
				
			||||||
add_library(PowerUtils "disasm.h" "disasm.cpp" "file.h" "xex.cpp" "image.h" "image.cpp" "elf.h" "ppc_context.h" "symbol.h" "symbol_table.h" "section.h")
 | 
					add_library(PowerUtils "disasm.h" "disasm.cpp" "file.h" "xex.cpp" "image.h" "image.cpp" "elf.h" "ppc_context.h" "symbol.h" "symbol_table.h" "section.h" "xdbf_wrapper.cpp")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
target_include_directories(PowerUtils PUBLIC .)
 | 
					target_include_directories(PowerUtils PUBLIC .)
 | 
				
			||||||
target_link_libraries(PowerUtils PUBLIC disasm)
 | 
					target_link_libraries(PowerUtils PUBLIC disasm)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,6 @@
 | 
				
			|||||||
#pragma once
 | 
					#pragma once
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include <vector>
 | 
				
			||||||
#include "xdbf.h"
 | 
					#include "xdbf.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
struct Achievement
 | 
					struct Achievement
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user