FIX: grass color | small improvements

This commit is contained in:
2026-07-26 20:43:02 +03:00
parent 7104ba93ae
commit 1f252ac4b3
16 changed files with 117 additions and 86 deletions

View File

@@ -16,7 +16,9 @@ endif()
enum_option(PLATFORM "Desktop;Web" "Platform to build for.")
find_package(Threads REQUIRED)
if(NOT EMSCRIPTEN)
find_package(Threads REQUIRED)
endif()
find_package(OpenSSL)
if (${PLATFORM} STREQUAL "Desktop")