Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NPDet
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
EIC
NPDet
Merge requests
!144
Acts V1 changes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Acts V1 changes
acts_v1
into
master
Overview
0
Commits
2
Pipelines
0
Changes
2
Merged
Whitney Armstrong
requested to merge
acts_v1
into
master
4 years ago
Overview
0
Commits
2
Pipelines
0
Changes
2
Expand
modified: ../GenericDetectors/CMakeLists.txt
0
0
Merge request reports
Compare
master
version 1
edb61646
4 years ago
master (base)
and
latest version
latest version
da1ac783
2 commits,
4 years ago
version 1
edb61646
1 commit,
4 years ago
2 files
+
6
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
src/ConceptDetectors/topside/CMakeLists.txt
+
2
−
2
Options
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.3 FATAL_ERROR)
#set(CMAKE_PREFIX_PATH $ENV{HOME}/lib CMAKE_PREFIX_PATH)
#find_package(Acts REQUIRED COMPONENTS Core IdentificationPlugin TGeoPlugin DD4hepPlugin PATHS /home/whit/lib/cmake NO_DEFAULT_PATH)
find_package
(
Acts REQUIRED COMPONENTS Core IdentificationPlugin
TGeoPlugin
DD4hep
Plugin
)
find_package
(
Acts REQUIRED COMPONENTS Core
Plugin
Identification
PluginTGeo
PluginDD4hep
)
#-----------------------------------------------------------------------------------
set
(
a_lib_name topside
)
@@ -15,7 +15,7 @@ dd4hep_configure_output()
# )
dd4hep_add_plugin
(
${
a_lib_name
}
SOURCES src/*.cpp
USES ActsCore Acts
DD4hep
Plugin
USES ActsCore ActsPlugin
DD4hep
)
target_link_libraries
(
${
a_lib_name
}
PUBLIC DD4hep::DDCore DD4hep::DDRec
Loading