Mercurial > hg > orthanc-object-storage
comparison UnitTestsSources/UnitTestsGcsClient.cpp @ 56:b922ae86bbe1
full static linking against AWS SDK
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 22 Jun 2021 15:00:36 +0200 |
parents | f55b2afdf53d |
children | 3c7e0374f28e |
comparison
equal
deleted
inserted
replaced
55:9d03e24dafc1 | 56:b922ae86bbe1 |
---|---|
13 * Affero General Public License for more details. | 13 * Affero General Public License for more details. |
14 * | 14 * |
15 * You should have received a copy of the GNU Affero General Public License | 15 * You should have received a copy of the GNU Affero General Public License |
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. | 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
17 **/ | 17 **/ |
18 | |
19 | |
18 #include "gtest/gtest.h" | 20 #include "gtest/gtest.h" |
19 #include <threads.h> | 21 #include <threads.h> |
20 #include <thread> | 22 #include <thread> |
21 #include "google/cloud/storage/client.h" | 23 #include "google/cloud/storage/client.h" |
22 | 24 |