Skip to content
Snippets Groups Projects
link-to-python.hh.in 277 B
Newer Older
// -*- mode: c++ -*-
// Copyright 2011, Florent Lamiraux, CNRS.

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

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