Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
radix
Commits
158f2717
Commit
158f2717
authored
Mar 27, 2018
by
LEFEBVREJP email
Browse files
WIP: Moving radixdl/visibility.hh to radixcore.
parent
3e259c4c
Changes
6
Hide whitespace changes
Inline
Side-by-side
cmake/Dependencies.cmake
View file @
158f2717
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES
(
SUBPACKAGES_DIRS_CLASSIFICATIONS_OPTREQS
bug radixbug SS OPTIONAL
dl radixdl SS OPTIONAL
core radixcore SS OPTIONAL
dl radixdl SS OPTIONAL
pattern radixpattern SS OPTIONAL
algorithm radixalgorithm SS OPTIONAL
para radixpara SS OPTIONAL
...
...
radixcore/CMakeLists.txt
View file @
158f2717
TRIBITS_SUBPACKAGE
(
core
)
TRIBITS_CONFIGURE_FILE
(
visibility.hh
)
SET
(
HEADERS
system.hh
stringfunctions.i.hh
...
...
radixcore/cmake/visibility.hh.in
0 → 100644
View file @
158f2717
#ifndef RADIX_RADIXCORE_VISIBILITY_HH_
#define RADIX_RADIXCORE_VISIBILITY_HH_
#cmakedefine BUILD_SHARED_LIBS @BUILD_SHARED_LIBS@
#if defined _WIN32 || defined __CYGWIN__
#define RADIX_PUBLIC __declspec(dllexport)
#define RADIX_LOCAL
#else
#define RADIX_PUBLIC
#define RADIX_LOCAL __declspec(dllimport)
#endif
#endif /* RADIX_RADIXCORE_VISIBILITY_HH_*/
radixdl/CMakeLists.txt
View file @
158f2717
TRIBITS_SUBPACKAGE
(
dl
)
TRIBITS_CONFIGURE_FILE
(
visibility.hh
)
SET
(
SOURCE
library.cc
...
...
radixdl/cmake/Dependencies.cmake
View file @
158f2717
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES
(
LIB_REQUIRED_PACKAGES
LIB_REQUIRED_PACKAGES
radixcore
LIB_OPTIONAL_PACKAGES
TEST_REQUIRED_PACKAGES
TEST_OPTIONAL_PACKAGES
...
...
radixdl/visibility.hh
0 → 100644
View file @
158f2717
#ifndef RADIX_RADIXDL_VISIBILITY_HH_
#define RADIX_RADIXDL_VISIBILITY_HH_
// Proxy include to support backward compatability.
#include
"radixcore/visibility.hh"
#endif
/* RADIX_RADIXDL_VISIBILITY_HH_*/
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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