IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
corsika-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Air Shower Physics
corsika-data
Commits
3c829265
Commit
3c829265
authored
4 years ago
by
ralfulrich
Browse files
Options
Downloads
Patches
Plain Diff
changed install paths
parent
15ca93e3
No related branches found
No related tags found
No related merge requests found
Pipeline
#4276
canceled
3 years ago
Stage: testing
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
readLib/CMakeLists.txt
+9
-9
9 additions, 9 deletions
readLib/CMakeLists.txt
with
9 additions
and
9 deletions
readLib/CMakeLists.txt
+
9
−
9
View file @
3c829265
...
...
@@ -21,30 +21,30 @@ target_include_directories (
PUBLIC
$<BUILD_INTERFACE:
${
CMAKE_CURRENT_SOURCE_DIR
}
>
$<BUILD_INTERFACE:
${
CMAKE_CURRENT_SOURCE_DIR
}
/externals/compress_stream/include>
$<INSTALL_INTERFACE:include/
modules/
corsika_data>
$<INSTALL_INTERFACE:include/corsika_
modules/
data>
)
if
(
TARGET CORSIKA8
)
install
(
TARGETS CorsikaData
EXPORT CORSIKA8PublicTargets
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
PUBLIC_HEADER DESTINATION include/
modules/
corsika_data
LIBRARY DESTINATION lib
/corsika
ARCHIVE DESTINATION lib
/corsika
PUBLIC_HEADER DESTINATION include/corsika_
modules/
data
)
else
(
TARGET CORSIKA8
)
install
(
TARGETS CORSIKA8PublicTargets
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
PUBLIC_HEADER DESTINATION include/
modules/
corsika_data
LIBRARY DESTINATION lib
/corsika
ARCHIVE DESTINATION lib
/corsika
PUBLIC_HEADER DESTINATION include/corsika_
modules/
data
)
endif
(
TARGET CORSIKA8
)
# add unit test, if run inside CORSIKA
if
(
COMMAND CORSIKA_ADD_TEST
)
if
(
CORSIKA_DATA_WITH_TEST
)
message
(
"CorsikaData
,
us
ing
CORSIKA_ADD_TEST"
)
message
(
STATUS
"CorsikaData us
es
CORSIKA_ADD_TEST"
)
CORSIKA_ADD_TEST
(
testData SOURCES source/testData.cc
)
target_compile_definitions
(
testData
...
...
@@ -54,7 +54,7 @@ if (COMMAND CORSIKA_ADD_TEST)
)
endif
(
CORSIKA_DATA_WITH_TEST
)
else
(
COMMAND CORSIKA_ADD_TEST
)
message
(
"CorsikaData did not
find CORSIKA_ADD_TEST
"
)
message
(
STATUS
"CorsikaData did not
detector CORSIKA8
"
)
add_executable
(
testData source/testData.cc
)
target_link_libraries
(
testData CorsikaData CONAN_PKG::catch2
)
target_compile_options
(
testData PRIVATE -g
)
# do not skip asserts
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment