xdbf_wrapper: resolve missing dependencies

This commit is contained in:
Hyper 2024-11-25 11:28:58 +00:00
parent 699c078c94
commit 23f3389171
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -1,5 +1,6 @@
#pragma once
#include <vector>
#include "xdbf.h"
struct Achievement