Skip to content

Commit

Permalink
include touch graphics for ios builds
Browse files Browse the repository at this point in the history
  • Loading branch information
NyakoFox committed Nov 23, 2024
1 parent ec57bda commit 6ed3fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop_version/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ed3fab

Please sign in to comment.