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
CMake
CMake
Commits
237e7d34
Commit
237e7d34
authored
Jul 14, 2005
by
Bill Hoffman
Browse files
ENH: add missing files
parent
c7de609a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Tests/OutOfSource/OutOfSourceSubdir/testlib.cxx
0 → 100644
View file @
237e7d34
#include "testlib.h"
float
TestLib
()
{
return
1.0
;
}
Tests/OutOfSource/OutOfSourceSubdir/testlib.h
0 → 100644
View file @
237e7d34
#ifdef _WIN32
# ifdef testlib_EXPORTS
# define CM_TEST_LIB_EXPORT __declspec( dllexport )
# else
# define CM_TEST_LIB_EXPORT __declspec( dllimport )
# endif
#else
# define CM_TEST_LIB_EXPORT
#endif
CM_TEST_LIB_EXPORT
float
TestLib
();
Write
Preview
Markdown
is supported
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