diff Orthanc/Resources/CMake/Compiler.cmake @ 172:330ecfd96aec

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Oct 2017 12:53:46 +0200
parents bd5597966b3d
children dd1ad819ca33
line wrap: on
line diff
--- a/Orthanc/Resources/CMake/Compiler.cmake	Thu Aug 24 19:49:20 2017 +0200
+++ b/Orthanc/Resources/CMake/Compiler.cmake	Tue Oct 10 12:53:46 2017 +0200
@@ -179,6 +179,9 @@
     message(FATAL_ERROR "Please install the uuid-dev package")
   endif()
 
+elseif (CMAKE_SYSTEM_NAME STREQUAL "Emscripten")
+  message("Building using Emscripten (for WebAssembly or asm.js targets)")
+
 else()
   message(FATAL_ERROR "Support your platform here")
 endif()