comparison Sources/PythonModule.cpp @ 36:fd58eb5749ed

CMake simplification using DownloadOrthancFramework.cmake
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 06 Jul 2020 17:37:30 +0200
parents 7ed502b17b8f
children 23f3099bed47
comparison
equal deleted inserted replaced
35:77f4e165e535 36:fd58eb5749ed
19 19
20 #include "PythonModule.h" 20 #include "PythonModule.h"
21 21
22 #include "PythonString.h" 22 #include "PythonString.h"
23 23
24 #include <OrthancPluginCppWrapper.h> 24 #include "../Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h"
25 25
26 #include <boost/thread/mutex.hpp> 26 #include <boost/thread/mutex.hpp>
27 #include <set> 27 #include <set>
28 28
29 29