[nostalgia][buildcore] Put vcpkg pkgs in variable

This commit is contained in:
2021-03-02 21:32:00 -06:00
parent ca4b9f7bdc
commit e52ac1f78c
2 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,6 @@
PROJECT_NAME=nostalgia
VCPKG_VERSION=2020.06
BUILDCORE_PATH=deps/buildcore
VCPKG_PKGS=sdl2 jsoncpp
include ${BUILDCORE_PATH}/base.mk
ifeq ($(OS),darwin)
@ -25,10 +25,10 @@ run-studio: install
.PHONY: gba-run
gba-run: pkg-gba
${MGBA} nostalgia.gba
.PHONY: gdb
.PHONY: debug
debug: install
${ENV_RUN} gdb --args ./dist/${CURRENT_BUILD}/bin/nostalgia sample_project
.PHONY: gdb-studio
.PHONY: debug-studio
debug-studio: install
${ENV_RUN} gdb --args ${NOSTALGIA_STUDIO}