Unverified Commit 5b7d68ca by greg-lunarg Committed by GitHub

Merge pull request #2504 from cdotstout/fuchsia-cmake

Add CMake support for Fuchsia
parents 3de5cfe5 17a83a9b
......@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment