comparison Sources/Plugin.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 88d47c1c458d
children 42de8b600c0c
comparison
equal deleted inserted replaced
35:77f4e165e535 36:fd58eb5749ed
29 #include "RestCallbacks.h" 29 #include "RestCallbacks.h"
30 #include "PythonModule.h" 30 #include "PythonModule.h"
31 31
32 #include "Autogenerated/sdk.h" 32 #include "Autogenerated/sdk.h"
33 33
34 #include <OrthancPluginCppWrapper.h> 34 #include "../Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h"
35 35
36 #include <boost/algorithm/string/predicate.hpp> 36 #include <boost/algorithm/string/predicate.hpp>
37 #include <boost/filesystem.hpp> 37 #include <boost/filesystem.hpp>
38 38
39 #if !defined(_WIN32) 39 #if !defined(_WIN32)