summaryrefslogtreecommitdiff
path: root/quacker/macondobackend.h
diff options
context:
space:
mode:
Diffstat (limited to 'quacker/macondobackend.h')
-rw-r--r--quacker/macondobackend.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/quacker/macondobackend.h b/quacker/macondobackend.h
index dfc4fc9..bda9048 100644
--- a/quacker/macondobackend.h
+++ b/quacker/macondobackend.h
@@ -33,6 +33,9 @@ public:
void solveEndgame(const MacondoEndgameOptions &options);
void solvePreEndgame(const MacondoPreEndgameOptions &options);
std::string getSimResults();
+ inline void setExecPath(const std::string &path) {
+ m_execPath = path;
+ }
inline bool isRunning() const { return m_command != Command::None; }
// stop current Macondo analysis
void stop();