diff CMakeLists.txt @ 1065:921532f67770

Lua scripts can invoke system commands, with CallSystem()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 25 Jul 2014 16:59:33 +0200
parents 804a75413ee7
children 01414536c930
line wrap: on
line diff
--- a/CMakeLists.txt	Fri Jul 25 16:13:36 2014 +0200
+++ b/CMakeLists.txt	Fri Jul 25 16:59:33 2014 +0200
@@ -173,6 +173,7 @@
   OrthancServer/Scheduler/ServerScheduler.cpp
   OrthancServer/Scheduler/StorePeerCommand.cpp
   OrthancServer/Scheduler/StoreScuCommand.cpp
+  OrthancServer/Scheduler/CallSystemCommand.cpp
   )