Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
partons
core
partons-example
Commits
1895bfce
Commit
1895bfce
authored
Aug 31, 2021
by
Pawel Sznajder
Browse files
correct brackets in CMakeList
parent
53e1005e
Changes
1
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
1895bfce
...
...
@@ -94,7 +94,7 @@ find_package(Apfel++ REQUIRED)
find_package
(
LHAPDF REQUIRED
)
# directories containing headers
include_directories
(
${
QT_INCLUDE_DIRS
}
${
ElementaryUtils_INCLUDE_DIR
}
${
NumA++_INCLUDE_DIR
}
${
PARTONS_INCLUDE_DIR
}
${
SFML_INCLUDE_DIR
}
${
CLN_INCLUDE_DIR
}
$
(
GSL_INCLUDE_DIRS
)
${
Apfel++_INCLUDE_DIR
}
${
LHAPDF_INCLUDE_DIR
}
)
include_directories
(
${
QT_INCLUDE_DIRS
}
${
ElementaryUtils_INCLUDE_DIR
}
${
NumA++_INCLUDE_DIR
}
${
PARTONS_INCLUDE_DIR
}
${
SFML_INCLUDE_DIR
}
${
CLN_INCLUDE_DIR
}
$
{
GSL_INCLUDE_DIRS
}
${
Apfel++_INCLUDE_DIR
}
${
LHAPDF_INCLUDE_DIR
}
)
# ENVIRONMENT VARIABLES ========================================================================
...
...
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