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
c74f8696
Commit
c74f8696
authored
Aug 11, 2020
by
Valerio Bertone
Browse files
Update CMakeLists.txt
parent
90a9544a
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
c74f8696
...
...
@@ -56,6 +56,9 @@ find_package(ElementaryUtils REQUIRED)
# find libraries: NumA++
find_package
(
NumA++ REQUIRED
)
# find libraries: GSL
find_package
(
GSL REQUIRED
)
# directories containing headers
include_directories
(
${
QT_INCLUDE_DIRS
}
${
SFML_INCLUDE_DIR
}
${
CLN_INCLUDE_DIR
}
${
ELEMENTARY_UTILS_INCLUDE_DIR
}
${
NUMA_INCLUDE_DIR
}
)
include_directories
(
include
)
...
...
@@ -99,6 +102,8 @@ target_link_libraries(
${
ELEMENTARY_UTILS_LIBRARIES
}
${
NUMA_LIBRARIES
}
${
GSL_LIBRARIES
}
)
# install
...
...
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