Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PAPPSO
MassChroQ
Commits
4904ab9c
Commit
4904ab9c
authored
Dec 02, 2020
by
Filippo Rusconi
Browse files
New upstream version 2.2.23
parent
9bb8d2b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeStuff/toolchains/unix-toolchain.cmake
View file @
4904ab9c
...
...
@@ -9,10 +9,14 @@ set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES /usr/include)
find_package
(
OdsStream REQUIRED
)
find_package
(
PappsoMSpp REQUIRED
)
find_package
(
PappsoMSpp
COMPONENTS Core Widget
REQUIRED
)
if
(
PappsoMSpp_FOUND
)
find_package
(
PappsoMSppWidget REQUIRED
)
message
(
STATUS
"PappsoMSpp and PappsoMSppWidget were found at:
${
PappsoMSpp_LIBRARY
}
"
)
message
(
STATUS
"Include dir for PappsoMSpp is at:
${
PappsoMSpp_INCLUDE_DIRS
}
"
)
endif
()
find_package
(
QCustomPlot REQUIRED
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment