comparison Applications/StoneWebViewer/WebAssembly/CMakeLists.txt @ 1731:816e1634f221 StoneWebViewer-1.0

StoneWebViewer-1.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 02 Dec 2020 13:19:15 +0100
parents 572652803929
children 9ac2a65d4172
comparison
equal deleted inserted replaced
1730:af4a2d08549c 1731:816e1634f221
19 19
20 cmake_minimum_required(VERSION 2.8.3) 20 cmake_minimum_required(VERSION 2.8.3)
21 cmake_policy(SET CMP0058 NEW) 21 cmake_policy(SET CMP0058 NEW)
22 22
23 project(OrthancStone) 23 project(OrthancStone)
24 include(${CMAKE_SOURCE_DIR}/../Version.cmake)
24 25
25 set(ORTHANC_STONE_INSTALL_PREFIX "${CMAKE_SOURCE_DIR}/../../../wasm-binaries/StoneWebViewer" CACHE PATH "Where to put the WebAssembly binaries") 26 set(ORTHANC_STONE_INSTALL_PREFIX "${CMAKE_SOURCE_DIR}/../../../wasm-binaries/StoneWebViewer" CACHE PATH "Where to put the WebAssembly binaries")
26 27
27 28
28 # Configuration of the Emscripten compiler for WebAssembly target 29 # Configuration of the Emscripten compiler for WebAssembly target