comparison Sources/PythonObject.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 3dc37a5af1b1
comparison
equal deleted inserted replaced
35:77f4e165e535 36:fd58eb5749ed
20 #include "PythonObject.h" 20 #include "PythonObject.h"
21 21
22 22
23 #include "PythonLock.h" 23 #include "PythonLock.h"
24 24
25 #include <OrthancPluginCppWrapper.h> 25 #include "../Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h"
26 26
27 27
28 PythonObject::PythonObject(PythonLock& lock, 28 PythonObject::PythonObject(PythonLock& lock,
29 PyObject *object, 29 PyObject *object,
30 bool borrowed) : 30 bool borrowed) :