comparison StoneWebViewer/Plugin/Plugin.cpp @ 1508:dd1d1cc0575d

use of OrthancPluginsExports.cmake, link against system-wide orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 07 Jul 2020 08:15:08 +0200
parents 6e832ff72a5e
children 22d1bd085c19
comparison
equal deleted inserted replaced
1507:169adf9090a6 1508:dd1d1cc0575d
17 * You should have received a copy of the GNU Affero General Public License 17 * You should have received a copy of the GNU Affero General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20 20
21 21
22 #include <OrthancPluginCppWrapper.h> 22 #include "../Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h"
23
23 #include <EmbeddedResources.h> 24 #include <EmbeddedResources.h>
24 25
25 #include <SystemToolbox.h> 26 #include <SystemToolbox.h>
26 #include <Toolbox.h> 27 #include <Toolbox.h>
27 28