Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 82ac505190c212a37e5a9f824939c992 > files > 839

vtk-examples-6.0.0-8.mga5.i586.rpm

#define vtksys_SHARED_FORWARD_DIR_BUILD "@VIT_FORWARD_DIR_BUILD@"
#define vtksys_SHARED_FORWARD_PATH_BUILD@VIT_PATH_BUILD@
#define vtksys_SHARED_FORWARD_PATH_INSTALL@VIT_PATH_BUILD@
#define vtksys_SHARED_FORWARD_EXE_BUILD @VIT_FORWARD_EXE_BUILD@
#define vtksys_SHARED_FORWARD_EXE_INSTALL @VIT_FORWARD_EXE_INSTALL@
#define vtksys_SHARED_FORWARD_OPTION_PRINT "--print"
#define vtksys_SHARED_FORWARD_OPTION_LDD "--ldd"
#if defined(CMAKE_INTDIR)
# define vtksys_SHARED_FORWARD_CONFIG_NAME CMAKE_INTDIR
#endif

#include <vtksys/SharedForward.h>

int main(int argc, char** argv)
{
  return vtksys_shared_forward_to_real(argc, argv);
}