Merge pull request #2504 from cdotstout/fuchsia-cmake

Add CMake support for Fuchsia
This commit is contained in:
greg-lunarg 2021-01-19 10:59:05 -07:00 committed by GitHub
commit 5b7d68ca6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@
if(WIN32)
add_subdirectory(OSDependent/Windows)
elseif(UNIX)
elseif(UNIX OR "${CMAKE_SYSTEM_NAME}" STREQUAL "Fuchsia")
add_subdirectory(OSDependent/Unix)
else(WIN32)
message("unknown platform")