diff CodeAnalysis/sdk.cpp.mustache @ 36:fd58eb5749ed

CMake simplification using DownloadOrthancFramework.cmake
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 06 Jul 2020 17:37:30 +0200
parents b2bbb516056e
children 23f3099bed47
line wrap: on
line diff
--- a/CodeAnalysis/sdk.cpp.mustache	Thu May 28 21:02:23 2020 +0200
+++ b/CodeAnalysis/sdk.cpp.mustache	Mon Jul 06 17:37:30 2020 +0200
@@ -21,7 +21,7 @@
 
 #include "../PythonLock.h"
 
-#include <OrthancPluginCppWrapper.h>
+#include "../../Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h"
 
 {{#enumerations}}
 #include "./sdk_{{name}}.impl.h"