Updated config.yml and fixed cmake

This commit is contained in:
KiritoDv 2025-01-15 20:11:52 -06:00
parent beee77da2a
commit 70db8aef1f
2 changed files with 32 additions and 31 deletions

View File

@ -27,6 +27,9 @@ set(VCPKG_TRIPLET x64-windows-static)
set(VCPKG_TARGET_TRIPLET x64-windows-static)
vcpkg_bootstrap()
vcpkg_install_packages(zlib bzip2 libzip libpng sdl2 glew glfw3 nlohmann-json tinyxml2 spdlog)
set_property(DIRECTORY ${CMAKE_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT ${PROJECT_NAME})
set_property(DIRECTORY ${CMAKE_SOURCE_DIR} PROPERTY VS_DEBUGGER_WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})
endif()
if(NOT EXISTS ${CMAKE_BINARY_DIR}/config.yml)

View File

@ -15,14 +15,13 @@ f7475fb11e7e6830f82883412638e8390791ab87:
config:
gbi: F3DEX
sort: OFFSET
# logging: ERROR
logging: INFO
output:
binary: sf64.o2r
# code: src/assets
# headers: include/assets
# modding: src/assets
code: src/assets
headers: include/assets
modding: src/assets
# enums:
# - include/bgm.h
# - include/sf64object.h
# - include/sf64level.h
# - include/sf64mesg.h
@ -45,14 +44,13 @@ d8b1088520f7c5f81433292a9258c1184afa1457:
config:
gbi: F3DEX
sort: OFFSET
# logging: ERROR
logging: INFO
output:
binary: sf64.o2r
# code: src/assets
# headers: include/assets
# modding: src/assets
code: src/assets
headers: include/assets
modding: src/assets
# enums:
# - include/bgm.h
# - include/sf64object.h
# - include/sf64level.h
# - include/sf64mesg.h
@ -81,10 +79,10 @@ d064229a32cc05ab85e2381ce07744eb3ffaf530:
code: src/assets
headers: include/assets
modding: src/assets
enums:
- include/sf64object.h
- include/sf64level.h
- include/sf64mesg.h
- include/sf64audio_external.h
- include/sf64event.h
- include/sf64player.h
# enums:
# - include/sf64object.h
# - include/sf64level.h
# - include/sf64mesg.h
# - include/sf64audio_external.h
# - include/sf64event.h
# - include/sf64player.h