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.
|
|
|
|
# See https://vcpkg.readthedocs.io/en/latest/users/manifests/
|
|
|
|
|
if(USE_SDL1)
|
|
|
|
|
list(APPEND VCPKG_MANIFEST_FEATURES "sdl1")
|
|
|
|
|
else()
|
|
|
|
|
list(APPEND VCPKG_MANIFEST_FEATURES "sdl2")
|
|
|
|
|
endif()
|
|
|
|
|
if(PACKET_ENCRYPTION)
|
|
|
|
|
list(APPEND VCPKG_MANIFEST_FEATURES "encryption")
|
|
|
|
|
endif()
|
|
|
|
|
if(USE_GETTEXT_FROM_VCPKG)
|
|
|
|
|
list(APPEND VCPKG_MANIFEST_FEATURES "translations")
|
|
|
|
|
endif()
|
|
|
|
|
if(BUILD_TESTING)
|
|
|
|
|
list(APPEND VCPKG_MANIFEST_FEATURES "tests")
|
|
|
|
|
endif()
|