diff options
| author | Ray <[email protected]> | 2021-11-27 10:35:00 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-11-27 10:35:00 +0100 |
| commit | 2b2141902bf700acbab00d8127a101e6b895b677 (patch) | |
| tree | 9cbcbfa4ae2bcc9b7430158d891ebcfc811cab64 /CMakeOptions.txt | |
| parent | 49a5547386a354fc1ca4c6fb6a4c850615b25038 (diff) | |
| download | raylib-2b2141902bf700acbab00d8127a101e6b895b677.tar.gz raylib-2b2141902bf700acbab00d8127a101e6b895b677.zip | |
ADDED: Support for QOI image format
Diffstat (limited to 'CMakeOptions.txt')
| -rw-r--r-- | CMakeOptions.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt index 6f0a4c1f..77180842 100644 --- a/CMakeOptions.txt +++ b/CMakeOptions.txt @@ -57,6 +57,7 @@ cmake_dependent_option(SUPPORT_FILEFORMAT_BMP "Support loading BMP as textures" cmake_dependent_option(SUPPORT_FILEFORMAT_TGA "Support loading TGA as textures" ${OFF} CUSTOMIZE_BUILD OFF) cmake_dependent_option(SUPPORT_FILEFORMAT_JPG "Support loading JPG as textures" ${OFF} CUSTOMIZE_BUILD OFF) cmake_dependent_option(SUPPORT_FILEFORMAT_GIF "Support loading GIF as textures" ${OFF} CUSTOMIZE_BUILD OFF) +cmake_dependent_option(SUPPORT_FILEFORMAT_QOI "Support loading QOI as textures" ${OFF} CUSTOMIZE_BUILD OFF) cmake_dependent_option(SUPPORT_FILEFORMAT_PSD "Support loading PSD as textures" ${OFF} CUSTOMIZE_BUILD OFF) cmake_dependent_option(SUPPORT_FILEFORMAT_PKM "Support loading PKM as textures" ${OFF} CUSTOMIZE_BUILD OFF) cmake_dependent_option(SUPPORT_FILEFORMAT_PVR "Support loading PVR as textures" ${OFF} CUSTOMIZE_BUILD OFF) |
