mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 09:39:43 +01:00
include touch graphics for ios builds
This commit is contained in:
parent
ec57bda0dd
commit
6ed3fab3d0
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ if(WIN32)
|
|||
elseif(ANDROID)
|
||||
add_library(VVVVVV SHARED ${VVV_SRC})
|
||||
elseif(CMAKE_SYSTEM_NAME STREQUAL "iOS")
|
||||
file(GLOB_RECURSE REPO_RESOURCES "fonts/*" "lang/*")
|
||||
file(GLOB_RECURSE REPO_RESOURCES "fonts/*" "lang/*" "touch/*")
|
||||
|
||||
add_executable(VVVVVV MACOSX_BUNDLE ${VVV_SRC} ${DATA_ZIP} AppIcon.xcassets ${REPO_RESOURCES})
|
||||
set_target_properties(VVVVVV PROPERTIES
|
||||
|
|
Loading…
Reference in a new issue