comparison Applications/StoneWebViewer/WebAssembly/CMakeLists.txt @ 1732:17684d0b02c3

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 02 Dec 2020 13:27:30 +0100
parents 816e1634f221
children 9ac2a65d4172
comparison
equal deleted inserted replaced
1730:af4a2d08549c 1732:17684d0b02c3
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