mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 05:25:01 +03:00
Updated config.yml and fixed cmake
This commit is contained in:
parent
beee77da2a
commit
70db8aef1f
@ -27,6 +27,9 @@ set(VCPKG_TRIPLET x64-windows-static)
|
|||||||
set(VCPKG_TARGET_TRIPLET x64-windows-static)
|
set(VCPKG_TARGET_TRIPLET x64-windows-static)
|
||||||
vcpkg_bootstrap()
|
vcpkg_bootstrap()
|
||||||
vcpkg_install_packages(zlib bzip2 libzip libpng sdl2 glew glfw3 nlohmann-json tinyxml2 spdlog)
|
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()
|
endif()
|
||||||
|
|
||||||
if(NOT EXISTS ${CMAKE_BINARY_DIR}/config.yml)
|
if(NOT EXISTS ${CMAKE_BINARY_DIR}/config.yml)
|
||||||
|
60
config.yml
60
config.yml
@ -15,20 +15,19 @@ f7475fb11e7e6830f82883412638e8390791ab87:
|
|||||||
config:
|
config:
|
||||||
gbi: F3DEX
|
gbi: F3DEX
|
||||||
sort: OFFSET
|
sort: OFFSET
|
||||||
# logging: ERROR
|
logging: INFO
|
||||||
output:
|
output:
|
||||||
binary: sf64.o2r
|
binary: sf64.o2r
|
||||||
# code: src/assets
|
code: src/assets
|
||||||
# headers: include/assets
|
headers: include/assets
|
||||||
# modding: src/assets
|
modding: src/assets
|
||||||
# enums:
|
# enums:
|
||||||
# - include/bgm.h
|
# - include/sf64object.h
|
||||||
# - include/sf64object.h
|
# - include/sf64level.h
|
||||||
# - include/sf64level.h
|
# - include/sf64mesg.h
|
||||||
# - include/sf64mesg.h
|
# - include/sf64audio_external.h
|
||||||
# - include/sf64audio_external.h
|
# - include/sf64event.h
|
||||||
# - include/sf64event.h
|
# - include/sf64player.h
|
||||||
# - include/sf64player.h
|
|
||||||
|
|
||||||
d8b1088520f7c5f81433292a9258c1184afa1457:
|
d8b1088520f7c5f81433292a9258c1184afa1457:
|
||||||
name: Star Fox 64 (U) (V1.0) (Compressed)
|
name: Star Fox 64 (U) (V1.0) (Compressed)
|
||||||
@ -45,20 +44,19 @@ d8b1088520f7c5f81433292a9258c1184afa1457:
|
|||||||
config:
|
config:
|
||||||
gbi: F3DEX
|
gbi: F3DEX
|
||||||
sort: OFFSET
|
sort: OFFSET
|
||||||
# logging: ERROR
|
logging: INFO
|
||||||
output:
|
output:
|
||||||
binary: sf64.o2r
|
binary: sf64.o2r
|
||||||
# code: src/assets
|
code: src/assets
|
||||||
# headers: include/assets
|
headers: include/assets
|
||||||
# modding: src/assets
|
modding: src/assets
|
||||||
# enums:
|
# enums:
|
||||||
# - include/bgm.h
|
# - include/sf64object.h
|
||||||
# - include/sf64object.h
|
# - include/sf64level.h
|
||||||
# - include/sf64level.h
|
# - include/sf64mesg.h
|
||||||
# - include/sf64mesg.h
|
# - include/sf64audio_external.h
|
||||||
# - include/sf64audio_external.h
|
# - include/sf64event.h
|
||||||
# - include/sf64event.h
|
# - include/sf64player.h
|
||||||
# - include/sf64player.h
|
|
||||||
|
|
||||||
9bd71afbecf4d0a43146e4e7a893395e19bf3220:
|
9bd71afbecf4d0a43146e4e7a893395e19bf3220:
|
||||||
name: Star Fox 64 (JP) (V1.0) (Compressed)
|
name: Star Fox 64 (JP) (V1.0) (Compressed)
|
||||||
@ -81,10 +79,10 @@ d064229a32cc05ab85e2381ce07744eb3ffaf530:
|
|||||||
code: src/assets
|
code: src/assets
|
||||||
headers: include/assets
|
headers: include/assets
|
||||||
modding: src/assets
|
modding: src/assets
|
||||||
enums:
|
# enums:
|
||||||
- include/sf64object.h
|
# - include/sf64object.h
|
||||||
- include/sf64level.h
|
# - include/sf64level.h
|
||||||
- include/sf64mesg.h
|
# - include/sf64mesg.h
|
||||||
- include/sf64audio_external.h
|
# - include/sf64audio_external.h
|
||||||
- include/sf64event.h
|
# - include/sf64event.h
|
||||||
- include/sf64player.h
|
# - include/sf64player.h
|
Loading…
Reference in New Issue
Block a user