You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
441 B
13 lines
441 B
set(ASAN OFF) |
|
set(UBSAN OFF) |
|
set(DEVILUTIONX_STATIC_CXX_STDLIB OFF) |
|
set(DEVILUTIONX_SYSTEM_SDL_IMAGE OFF) |
|
set(DEVILUTIONX_SYSTEM_LIBSODIUM OFF) |
|
set(BUILD_TESTING OFF) |
|
set(DISABLE_ZERO_TIER ON) |
|
set(PREFILL_PLAYER_NAME ON) |
|
set(NOEXIT ON) |
|
|
|
list(APPEND DEVILUTIONX_PLATFORM_SUBDIRECTORIES platform/vita) |
|
list(APPEND DEVILUTIONX_PLATFORM_LINK_LIBRARIES libdevilutionx_vita) |
|
list(APPEND DEVILUTIONX_PLATFORM_COMPILE_DEFINITIONS VITA)
|
|
|