comparison OrthancStone/Resources/WebAssemblyUnitTests/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 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.
119 ${BOOST_EXTENDED_SOURCES} 119 ${BOOST_EXTENDED_SOURCES}
120 ${GOOGLE_TEST_SOURCES} 120 ${GOOGLE_TEST_SOURCES}
121 ${ORTHANC_STONE_SOURCES} 121 ${ORTHANC_STONE_SOURCES}
122 ) 122 )
123 123
124 DefineSourceBasenameForTarget(UnitTests)
125
124 126
125 # Declare installation files for the module 127 # Declare installation files for the module
126 # --------------------------------------------------------------- 128 # ---------------------------------------------------------------
127 install( 129 install(
128 TARGETS UnitTests 130 TARGETS UnitTests