comparison Applications/StoneWebViewer/WebAssembly/CMakeLists.txt @ 2078:fdb012c86a75 deep-learning

integration mainline->deep-learning
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Jul 2023 21:21:11 +0200
parents 5956d7357098 07964689cb0b
children a6d5373e471c
comparison
equal deleted inserted replaced
2070:82dbe2729b69 2078:fdb012c86a75
1 # Stone of Orthanc 1 # Stone of Orthanc
2 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics 2 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
3 # Department, University Hospital of Liege, Belgium 3 # Department, University Hospital of Liege, Belgium
4 # Copyright (C) 2017-2022 Osimis S.A., Belgium 4 # Copyright (C) 2017-2023 Osimis S.A., Belgium
5 # Copyright (C) 2021-2022 Sebastien Jodogne, ICTEAM UCLouvain, Belgium 5 # Copyright (C) 2021-2023 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
6 # 6 #
7 # This program is free software: you can redistribute it and/or 7 # This program is free software: you can redistribute it and/or
8 # modify it under the terms of the GNU Affero General Public License 8 # modify it under the terms of the GNU Affero General Public License
9 # as published by the Free Software Foundation, either version 3 of 9 # as published by the Free Software Foundation, either version 3 of
10 # the License, or (at your option) any later version. 10 # the License, or (at your option) any later version.
151 ${AUTOGENERATED_SOURCES} # Populated by "EmbedResources()" 151 ${AUTOGENERATED_SOURCES} # Populated by "EmbedResources()"
152 ${AUTOGENERATED_DIR}/DeepLearningWorker.pb.cc 152 ${AUTOGENERATED_DIR}/DeepLearningWorker.pb.cc
153 StoneWebViewer.cpp 153 StoneWebViewer.cpp
154 ) 154 )
155 155
156 DefineSourceBasenameForTarget(StoneWebViewer)
157
156 set_target_properties(StoneWebViewer 158 set_target_properties(StoneWebViewer
157 PROPERTIES 159 PROPERTIES
158 COMPILE_FLAGS "${WASM_FLAGS}" 160 COMPILE_FLAGS "${WASM_FLAGS}"
159 LINK_FLAGS "${WASM_LINKER_FLAGS}" 161 LINK_FLAGS "${WASM_LINKER_FLAGS}"
160 ) 162 )