Skip to content
Snippets Groups Projects
Forked from Stack Of Tasks / dynamic-graph-python
233 commits behind the upstream repository.
link-to-python.hh.in 993 B
// -*- mode: c++ -*-
// Copyright 2011, Florent Lamiraux, CNRS.
//
// This file is part of dynamic-graph-python.
// dynamic-graph is free software: you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation, either version 3 of
// the License, or (at your option) any later version.
//
// dynamic-graph is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
// General Lesser Public License for more details.  You should have
// received a copy of the GNU Lesser General Public License along with
// dynamic-graph. If not, see <http://www.gnu.org/licenses/>.

#ifdef WIN32
#include <Windows.h>
#else
#include <dlfcn.h>
#endif

namespace dynamicgraph {
  namespace python {
    std::string libpython("@PYTHON_LIBRARY@");
  } // namespace python
} // namespace dynamicgraph