comparison OrthancStone/UnitTestsSources/UnitTestsSources.cmake @ 1877:a2955abe4c2e

skeleton for the RenderingPlugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Jan 2022 08:23:38 +0100
parents UnitTestsSources/UnitTestsSources.cmake@db8a8a19b543
children 93c3f9234286
comparison
equal deleted inserted replaced
1876:b1f510e601d2 1877:a2955abe4c2e
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 set(UNIT_TESTS_SOURCES
23 ${CMAKE_CURRENT_LIST_DIR}/ComputationalGeometryTests.cpp
24 ${CMAKE_CURRENT_LIST_DIR}/DicomTests.cpp
25 ${CMAKE_CURRENT_LIST_DIR}/GenericToolboxTests.cpp
26 ${CMAKE_CURRENT_LIST_DIR}/GeometryToolboxTests.cpp
27 ${CMAKE_CURRENT_LIST_DIR}/ImageToolboxTests.cpp
28 ${CMAKE_CURRENT_LIST_DIR}/PixelTestPatternsTests.cpp
29 ${CMAKE_CURRENT_LIST_DIR}/SortedFramesTests.cpp
30 ${CMAKE_CURRENT_LIST_DIR}/TestMessageBroker.cpp
31 ${CMAKE_CURRENT_LIST_DIR}/TestStrategy.cpp
32 ${CMAKE_CURRENT_LIST_DIR}/TestStructureSet.cpp
33 ${CMAKE_CURRENT_LIST_DIR}/UnitTestsMain.cpp
34 ${CMAKE_CURRENT_LIST_DIR}/VolumeRenderingTests.cpp
35 )