Mercurial > hg > orthanc-stone
comparison OrthancStone/Resources/CMake/OrthancStoneWebAssemblyParameters.cmake @ 1901:184b0aeae1af
fix build of sdl
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 29 Jan 2022 16:55:14 +0100 |
parents | OrthancStone/Sources/Platforms/WebAssembly/OrthancStoneWebAssemblyParameters.cmake@563f6aa8e24c |
children | 07964689cb0b |
comparison
equal
deleted
inserted
replaced
1900:563f6aa8e24c | 1901:184b0aeae1af |
---|---|
1 # Stone of Orthanc | |
2 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics | |
3 # Department, University Hospital of Liege, Belgium | |
4 # Copyright (C) 2017-2022 Osimis S.A., Belgium | |
5 # Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium | |
6 # | |
7 # This program is free software: you can redistribute it and/or | |
8 # modify it under the terms of the GNU Lesser General Public License | |
9 # as published by the Free Software Foundation, either version 3 of | |
10 # the License, or (at your option) any later version. | |
11 # | |
12 # This program is distributed in the hope that it will be useful, but | |
13 # WITHOUT ANY WARRANTY; without even the implied warranty of | |
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
15 # Lesser General Public License for more details. | |
16 # | |
17 # You should have received a copy of the GNU Lesser General Public | |
18 # License along with this program. If not, see | |
19 # <http://www.gnu.org/licenses/>. | |
20 | |
21 | |
22 | |
23 | |
24 ##################################################################### | |
25 ## Load generic parameters | |
26 ##################################################################### | |
27 | |
28 include(${CMAKE_CURRENT_LIST_DIR}/OrthancStoneParameters.cmake) | |
29 | |
30 | |
31 ##################################################################### | |
32 ## CMake parameters tunable by the user | |
33 ##################################################################### | |
34 | |
35 # None for now, but might contain stuff like memory settings | |
36 | |
37 | |
38 ##################################################################### | |
39 ## Internal CMake parameters to enable the optional subcomponents of | |
40 ## the Stone of Orthanc | |
41 ##################################################################### | |
42 | |
43 set(ENABLE_THREADS OFF CACHE INTERNAL "") |