Add CMake support for Fuchsia
This commit is contained in:
parent
3de5cfe50e
commit
17a83a9b33
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user