comparison OrthancServer/Plugins/Samples/ConnectivityChecks/Plugin.cpp @ 5257:0b183bb77c83

Avoid the use of "externalproject_add()" to build the sample plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Apr 2023 11:54:08 +0200
parents 0ea402b4d901
children 48b8dae6dc77
comparison
equal deleted inserted replaced
5252:742448a9b600 5257:0b183bb77c83
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with this program. If not, see <http://www.gnu.org/licenses/>. 19 * along with this program. If not, see <http://www.gnu.org/licenses/>.
20 **/ 20 **/
21 21
22 22
23 #include <EmbeddedResources.h> 23 #include <ConnectivityChecksResources.h>
24 #include <orthanc/OrthancCPlugin.h> 24 #include <orthanc/OrthancCPlugin.h>
25 25
26 #include "../../../../OrthancFramework/Sources/OrthancException.h" 26 #include "../../../../OrthancFramework/Sources/OrthancException.h"
27 #include "../../../../OrthancFramework/Sources/SystemToolbox.h" 27 #include "../../../../OrthancFramework/Sources/SystemToolbox.h"
28 28