Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
11f4ccb1
Commit
11f4ccb1
authored
Apr 19, 2011
by
David Partyka
Browse files
Add the main body of the forwarding executable.
Change-Id: I76a3336df185a8e5773f6563c104658632ef89bf
parent
f4bdd052
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMake/vtk-forward.c.in
0 → 100644
View file @
11f4ccb1
/*=========================================================================
Program: VTK
Module: vtk-forward.c.in
Copyright (c) Kitware, Inc.
All rights reserved.
See Copyright.txt or http://www.vtk.org/HTML/Copyright.html for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notice for more information.
=========================================================================*/
#define vtksys_SHARED_FORWARD_DIR_BUILD "@VTK_FORWARD_DIR_BUILD@"
#define vtksys_SHARED_FORWARD_PATH_BUILD @VTK_FORWARD_PATH_BUILD@
#define vtksys_SHARED_FORWARD_PATH_INSTALL @VTK_FORWARD_PATH_INSTALL@
#define vtksys_SHARED_FORWARD_EXE_BUILD "@VTK_FORWARD_DIR_BUILD@/@VTK_FORWARD_EXE@"
#define vtksys_SHARED_FORWARD_EXE_INSTALL "@VTK_FORWARD_DIR_INSTALL@/@VTK_FORWARD_EXE@"
#define vtksys_SHARED_FORWARD_OPTION_PRINT "--print"
#define vtksys_SHARED_FORWARD_OPTION_LDD "--ldd"
#include <vtksys/SharedForward.h>
int main(int argc, char** argv)
{
return vtksys_shared_forward_to_real(argc, argv);
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment