Merge pull request #2504 from cdotstout/fuchsia-cmake
Add CMake support for Fuchsia
This commit is contained in:
commit
5b7d68ca6b
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue