comparison OrthancStone/Resources/WebAssemblyUnitTests/CMakeLists.txt @ 2115:de049fd88697 deep-learning

integration mainline->deep-learning
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 24 Jan 2024 16:44:40 +0100
parents a6d5373e471c c23eef785569
children 2e050ec85379
comparison
equal deleted inserted replaced
2106:5144d59d0fb2 2115:de049fd88697
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-2023 Osimis S.A., Belgium 4 # Copyright (C) 2017-2024 Osimis S.A., Belgium
5 # Copyright (C) 2021-2023 Sebastien Jodogne, ICTEAM UCLouvain, Belgium 5 # Copyright (C) 2021-2024 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 Lesser General Public License 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 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.
123 ) 123 )
124 124
125 # Boost::Math begs for -std=c++14 since Boost 1.82.0 125 # Boost::Math begs for -std=c++14 since Boost 1.82.0
126 set_property(TARGET UnitTests PROPERTY CXX_STANDARD 14) 126 set_property(TARGET UnitTests PROPERTY CXX_STANDARD 14)
127 127
128 DefineSourceBasenameForTarget(UnitTests) 128 if (COMMAND DefineSourceBasenameForTarget)
129 DefineSourceBasenameForTarget(UnitTests)
130 endif()
129 131
130 132
131 # Declare installation files for the module 133 # Declare installation files for the module
132 # --------------------------------------------------------------- 134 # ---------------------------------------------------------------
133 install( 135 install(