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
Commits
502b7e6e
Commit
502b7e6e
authored
Jul 20, 2021
by
Pawel Sznajder
Browse files
improve CMake.file
parent
8c3926ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
502b7e6e
...
...
@@ -107,7 +107,7 @@ find_package(Apfel++ REQUIRED)
find_package
(
LHAPDF REQUIRED
)
# directories containing headers
include_directories
(
${
QT_INCLUDE_DIRS
}
${
SFML
_INCLUDE_DIR
}
${
CLN
_INCLUDE_DIR
}
${
ElementaryUtils
_INCLUDE_DIR
}
${
NumA++
_INCLUDE_DIR
}
${
Apfel++_INCLUDE_DIR
}
${
LHAPDF_INCLUDE_DIR
}
)
include_directories
(
${
QT_INCLUDE_DIRS
}
${
ElementaryUtils
_INCLUDE_DIR
}
${
NumA++
_INCLUDE_DIR
}
${
SFML
_INCLUDE_DIR
}
${
CLN
_INCLUDE_DIR
}
$
(
GSL_INCLUDE_DIRS
)
${
Apfel++_INCLUDE_DIR
}
${
LHAPDF_INCLUDE_DIR
}
)
include_directories
(
include
)
# 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