/* * MPQCCommandJob_binding.hpp * * Created on: Jan 14, 2013 * Author: heber */ #ifndef MPQCCOMMANDJOB_BINDING_HPP_ #define MPQCCOMMANDJOB_BINDING_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif // force binding to libMolecuilderJobs #include "Jobs/MPQCCommandJob.hpp" namespace __detail { /** This is a dummy function to enforce binding of the executable to the * jobs library. */ void instantiateDummyMPQCCommandJob() { MPQCCommandJob job("test.in", 1, "/bin/false"); } } #endif /* MPQCCOMMANDJOB_BINDING_HPP_ */