Added PS Vita support

This commit is contained in:
2023-03-14 00:20:43 -07:00
parent ef7a0b29ba
commit 4d0439ca11
39 changed files with 937 additions and 340 deletions

View File

@ -3,9 +3,6 @@
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Add Common Engine Parts
set(DAWN_VISUAL_NOVEL true CACHE INTERNAL ${DAWN_CACHE_TARGET})
# Build Project
add_executable(${DAWN_TARGET_NAME})
@ -16,4 +13,5 @@ target_include_directories(${DAWN_TARGET_NAME}
)
# Subdirs
# add_subdirectory(game)
add_subdirectory(game)
add_subdirectory(save)