mirror of
				https://github.com/hedge-dev/XenonRecomp.git
				synced 2025-11-03 22:37:09 +00:00 
			
		
		
		
	xdbf_wrapper: resolve missing dependencies
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
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_link_libraries(PowerUtils PUBLIC disasm)
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,6 @@
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include <vector>
 | 
			
		||||
#include "xdbf.h"
 | 
			
		||||
 | 
			
		||||
struct Achievement
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user