Made compilation actually work

This commit is contained in:
2022-02-27 09:49:06 -08:00
parent 2417e56c07
commit 25613d54a7
3 changed files with 5 additions and 2 deletions

View File

@ -13,7 +13,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)
# Set some global flags
add_compile_definitions(
_CRT_SECURE_NO_WARNINGS=1
ASSET_PREFIX="assets/"
ASSET_PREFIX="../assets/"
)
# Do initial set up depending on the build target type.