Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
JZCaPA
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
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
Riccardo Longo
JZCaPA
Commits
d4894f34
Commit
d4894f34
authored
6 years ago
by
Riccardo Longo
Browse files
Options
Downloads
Patches
Plain Diff
Update CMakeLists.txt
parent
8991315e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+7
-7
7 additions, 7 deletions
CMakeLists.txt
with
7 additions
and
7 deletions
CMakeLists.txt
+
7
−
7
View file @
d4894f34
...
@@ -49,9 +49,9 @@ include_directories (${XERCESC_INCLUDE})
...
@@ -49,9 +49,9 @@ include_directories (${XERCESC_INCLUDE})
#Test executable - does nothing
#Test executable - does nothing
add_executable
(
test_JCaPA main.cpp
)
add_executable
(
test_J
Z
CaPA main.cpp
)
TARGET_LINK_LIBRARIES
(
test_JCaPA
${
ROOT_LIBRARIES
}
)
TARGET_LINK_LIBRARIES
(
test_J
Z
CaPA
${
ROOT_LIBRARIES
}
)
TARGET_LINK_LIBRARIES
(
test_JCaPA
${
XERCESC_LIBRARY
}
)
TARGET_LINK_LIBRARIES
(
test_J
Z
CaPA
${
XERCESC_LIBRARY
}
)
...
@@ -62,16 +62,16 @@ add_subdirectory(Analysis)
...
@@ -62,16 +62,16 @@ add_subdirectory(Analysis)
#MonteCarlo folder. The installation will be conditional and disabled by default (not everyone needs to work with it and requires dependencies)
#MonteCarlo folder. The installation will be conditional and disabled by default (not everyone needs to work with it and requires dependencies)
#The starting point will be the work done by Mike Phipps
#The starting point will be the work done by Mike Phipps
if
(
${
JCaPA_ENABLE_MC
}
MATCHES
"YES"
)
if
(
${
J
Z
CaPA_ENABLE_MC
}
MATCHES
"YES"
)
message
(
"
${
BoldGreen
}
Monte Carlo extension enabled!
${
ColourReset
}
"
)
message
(
"
${
BoldGreen
}
Monte Carlo extension enabled!
${
ColourReset
}
"
)
add_subdirectory
(
MonteCarlo
)
add_subdirectory
(
MonteCarlo
)
endif
(
${
JCaPA_ENABLE_MC
}
MATCHES
"YES"
)
endif
(
${
J
Z
CaPA_ENABLE_MC
}
MATCHES
"YES"
)
#Install test
#Install test
install
(
TARGETS test_JCaPA RUNTIME DESTINATION bin
)
install
(
TARGETS test_J
Z
CaPA RUNTIME DESTINATION bin
)
#Install doxygen files
#Install doxygen files
install
(
FILES doxygen/JCaPA_doxy.cnf DESTINATION doxygen
)
install
(
FILES doxygen/J
Z
CaPA_doxy.cnf DESTINATION doxygen
)
install
(
FILES Utils/ConfigFile2018.xml DESTINATION Utils
)
install
(
FILES Utils/ConfigFile2018.xml DESTINATION Utils
)
install
(
FILES Utils/Alignment_2018.xml DESTINATION Utils
)
install
(
FILES Utils/Alignment_2018.xml DESTINATION Utils
)
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