Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
radix
Commits
16cd6b04
Commit
16cd6b04
authored
Apr 06, 2018
by
LEFEBVREJP email
Browse files
Starting on radixgeo package.
parent
e675fb1c
Pipeline
#12876
passed with stages
in 9 minutes and 34 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
radixgeo/CMakeLists.txt
0 → 100644
View file @
16cd6b04
TRIBITS_SUBPACKAGE
(
geo
)
SET
(
SOURCE
coordinateconversion.cc
)
SET
(
HEADERS
coordinateconversion.hh
)
#
# Add library
TRIBITS_ADD_LIBRARY
(
radixgeo
SOURCES
${
SOURCE
}
NOINSTALLHEADERS
${
HEADERS
}
SHARED
IMPORTEDLIBS
${
CMAKE_DL_LIBS
}
)
#
# Add testing directory
TRIBITS_ADD_TEST_DIRECTORIES
(
tests
)
INSTALL
(
FILES
${
HEADERS
}
DESTINATION
"include/radixgeo/"
)
TRIBITS_SUBPACKAGE_POSTPROCESS
()
radixgeo/cmake/Dependencies.cmake
0 → 100644
View file @
16cd6b04
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES
(
LIB_REQUIRED_PACKAGES radixcore radixbug
LIB_OPTIONAL_PACKAGES
TEST_REQUIRED_PACKAGES
TEST_OPTIONAL_PACKAGES
LIB_REQUIRED_TPLS
LIB_OPTIONAL_TPLS
TEST_REQUIRED_TPLS
TEST_OPTIONAL_TPLS
)
radixgeo/coordinateconversion.cc
0 → 100644
View file @
16cd6b04
radixgeo/coordinateconversion.hh
0 → 100644
View file @
16cd6b04
radixgeo/tests/CMakeLists.txt
0 → 100644
View file @
16cd6b04
INCLUDE
(
GoogleTest
)
ADD_GOOGLE_TEST
(
tstCoordinateConversion.cc NP 1
)
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