Mercurial > hg > orthanc
comparison CMakeLists.txt @ 2893:1723cbba55c7 db-changes
testing DicomTagConstraint
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 16 Oct 2018 19:47:09 +0200 |
parents | ce310baccda6 |
children | 4a38d7d4f0e0 |
comparison
equal
deleted
inserted
replaced
2892:ce310baccda6 | 2893:1723cbba55c7 |
---|---|
102 OrthancServer/SliceOrdering.cpp | 102 OrthancServer/SliceOrdering.cpp |
103 ) | 103 ) |
104 | 104 |
105 | 105 |
106 set(ORTHANC_UNIT_TESTS_SOURCES | 106 set(ORTHANC_UNIT_TESTS_SOURCES |
107 UnitTestsSources/DatabaseLookupTests.cpp | |
107 UnitTestsSources/DicomMapTests.cpp | 108 UnitTestsSources/DicomMapTests.cpp |
108 UnitTestsSources/FileStorageTests.cpp | 109 UnitTestsSources/FileStorageTests.cpp |
109 UnitTestsSources/FromDcmtkTests.cpp | 110 UnitTestsSources/FromDcmtkTests.cpp |
111 UnitTestsSources/ImageProcessingTests.cpp | |
112 UnitTestsSources/ImageTests.cpp | |
113 UnitTestsSources/JpegLosslessTests.cpp | |
114 UnitTestsSources/LuaTests.cpp | |
110 UnitTestsSources/MemoryCacheTests.cpp | 115 UnitTestsSources/MemoryCacheTests.cpp |
111 UnitTestsSources/ImageTests.cpp | 116 UnitTestsSources/MultiThreadingTests.cpp |
112 UnitTestsSources/RestApiTests.cpp | 117 UnitTestsSources/RestApiTests.cpp |
118 UnitTestsSources/SQLiteChromiumTests.cpp | |
113 UnitTestsSources/SQLiteTests.cpp | 119 UnitTestsSources/SQLiteTests.cpp |
114 UnitTestsSources/SQLiteChromiumTests.cpp | |
115 UnitTestsSources/ServerIndexTests.cpp | 120 UnitTestsSources/ServerIndexTests.cpp |
121 UnitTestsSources/StreamTests.cpp | |
122 UnitTestsSources/UnitTestsMain.cpp | |
116 UnitTestsSources/VersionsTests.cpp | 123 UnitTestsSources/VersionsTests.cpp |
117 UnitTestsSources/ZipTests.cpp | 124 UnitTestsSources/ZipTests.cpp |
118 UnitTestsSources/LuaTests.cpp | |
119 UnitTestsSources/MultiThreadingTests.cpp | |
120 UnitTestsSources/UnitTestsMain.cpp | |
121 UnitTestsSources/ImageProcessingTests.cpp | |
122 UnitTestsSources/JpegLosslessTests.cpp | |
123 UnitTestsSources/StreamTests.cpp | |
124 ) | 125 ) |
125 | 126 |
126 | 127 |
127 if (ENABLE_PLUGINS) | 128 if (ENABLE_PLUGINS) |
128 list(APPEND ORTHANC_SERVER_SOURCES | 129 list(APPEND ORTHANC_SERVER_SOURCES |