Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
partons
core
partons
Commits
e681017f
Commit
e681017f
authored
Aug 11, 2020
by
Pawel Sznajder
Browse files
Merge branch 'patch-1' into 'release-v2'
Update CMakeLists.txt See merge request
!30
parents
90a9544a
c74f8696
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
e681017f
...
...
@@ -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