mirror of
https://github.com/SFML/SFML.git
synced 2025-02-18 06:18:01 +08:00
Fixed the INSTALL_MISC_DIR CMake variable not defined on iOS
This commit is contained in:
parent
1c9a8310ff
commit
d40399e431
@ -108,7 +108,7 @@ else()
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
# define the install directory for miscellaneous files
|
# define the install directory for miscellaneous files
|
||||||
if(SFML_OS_WINDOWS)
|
if(SFML_OS_WINDOWS OR SFML_OS_IOS)
|
||||||
set(INSTALL_MISC_DIR .)
|
set(INSTALL_MISC_DIR .)
|
||||||
elseif(SFML_OS_LINUX OR SFML_OS_FREEBSD OR SFML_OS_MACOSX)
|
elseif(SFML_OS_LINUX OR SFML_OS_FREEBSD OR SFML_OS_MACOSX)
|
||||||
set(INSTALL_MISC_DIR share/SFML)
|
set(INSTALL_MISC_DIR share/SFML)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user