Commit 17a83a9b by Craig Stout

Add CMake support for Fuchsia

parent 3de5cfe5
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
if(WIN32) if(WIN32)
add_subdirectory(OSDependent/Windows) add_subdirectory(OSDependent/Windows)
elseif(UNIX) elseif(UNIX OR "${CMAKE_SYSTEM_NAME}" STREQUAL "Fuchsia")
add_subdirectory(OSDependent/Unix) add_subdirectory(OSDependent/Unix)
else(WIN32) else(WIN32)
message("unknown platform") 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