IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
corsika
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Pranav Sampathkumar
corsika
Commits
d856033e
Commit
d856033e
authored
4 years ago
by
ralfulrich
Browse files
Options
Downloads
Patches
Plain Diff
this works now
parent
5aad5074
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
cmake/CorsikaUtilities.cmake
+1
-1
1 addition, 1 deletion
cmake/CorsikaUtilities.cmake
corsika/detail/setup/SetupStack.inl
+0
-1
0 additions, 1 deletion
corsika/detail/setup/SetupStack.inl
examples/CMakeLists.txt
+16
-16
16 additions, 16 deletions
examples/CMakeLists.txt
with
17 additions
and
18 deletions
cmake/CorsikaUtilities.cmake
+
1
−
1
View file @
d856033e
...
...
@@ -110,7 +110,7 @@ function (CORSIKA_REGISTER_EXAMPLE)
endif
()
add_dependencies
(
run_examples
${
name
}
)
# just run the command as-is
set
(
CMD
${
CMAKE_
CURRENT_
BINARY_DIR
}
/
${
name
}
${
run_options
}
)
set
(
CMD
${
CMAKE_BINARY_DIR
}
/
bin/
${
name
}
${
run_options
}
)
add_custom_command
(
TARGET run_examples
POST_BUILD
COMMAND
${
CMAKE_COMMAND
}
-E echo
""
...
...
This diff is collapsed.
Click to expand it.
corsika/detail/setup/SetupStack.inl
+
0
−
1
View file @
d856033e
...
...
@@ -5,4 +5,3 @@
* Licence version 3 (GPL Version 3). See file LICENSE for a full version of
* the license.
*/
This diff is collapsed.
Click to expand it.
examples/CMakeLists.txt
+
16
−
16
View file @
d856033e
...
...
@@ -6,30 +6,30 @@ add_executable (geometry_example geometry_example.cpp)
target_link_libraries
(
geometry_example CORSIKA8
)
CORSIKA_REGISTER_EXAMPLE
(
geometry_example
)
# logging back in March was not used
#add_executable (logger_example logger_example.cpp)
#target_link_libraries (logger_example CORSIKA8)
#CORSIKA_REGISTER_EXAMPLE (logger_example)
#
# logging back in March was not used
#
#add_executable (logger_example logger_example.cpp)
#
#target_link_libraries (logger_example CORSIKA8)
#
#CORSIKA_REGISTER_EXAMPLE (logger_example)
add_executable
(
stack_example stack_example.cpp
)
target_link_libraries
(
stack_example CORSIKA8
)
CORSIKA_REGISTER_EXAMPLE
(
stack_example
)
#
add_executable (stack_example stack_example.cpp)
#
target_link_libraries (stack_example CORSIKA8)
#
CORSIKA_REGISTER_EXAMPLE (stack_example)
add_executable
(
cascade_example cascade_example.cpp
)
target_link_libraries
(
cascade_example CORSIKA8
)
CORSIKA_REGISTER_EXAMPLE
(
cascade_example
)
#
add_executable (cascade_example cascade_example.cpp)
#
target_link_libraries (cascade_example CORSIKA8)
#
CORSIKA_REGISTER_EXAMPLE (cascade_example)
add_executable
(
boundary_example boundary_example.cpp
)
target_link_libraries
(
boundary_example CORSIKA8
)
CORSIKA_REGISTER_EXAMPLE
(
boundary_example
)
add_executable
(
cascade_proton_example cascade_proton_example.cpp
)
target_link_libraries
(
cascade_proton_example CORSIKA8
)
CORSIKA_REGISTER_EXAMPLE
(
cascade_proton_example
)
#
add_executable (cascade_proton_example cascade_proton_example.cpp)
#
target_link_libraries (cascade_proton_example CORSIKA8)
#
CORSIKA_REGISTER_EXAMPLE (cascade_proton_example)
add_executable
(
vertical_EAS vertical_EAS.cpp
)
target_link_libraries
(
vertical_EAS CORSIKA8
)
CORSIKA_REGISTER_EXAMPLE
(
vertical_EAS
)
#
add_executable (vertical_EAS vertical_EAS.cpp)
#
target_link_libraries (vertical_EAS CORSIKA8)
#
CORSIKA_REGISTER_EXAMPLE (vertical_EAS)
add_executable
(
stopping_power stopping_power.cpp
)
target_link_libraries
(
stopping_power CORSIKA8
)
...
...
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