Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xtpcpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
A compter du 1er avril, attention à vos pipelines :
Nouvelles limitations de Docker Hub
Show more breadcrumbs
PAPPSO
xtpcpp
Commits
4faffe38
Commit
4faffe38
authored
4 years ago
by
Langella Olivier
Browse files
Options
Downloads
Patches
Plain Diff
use pwiz target
parent
ca89d4cf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeStuff/toolchains/unix-toolchain.cmake
+2
-0
2 additions, 0 deletions
CMakeStuff/toolchains/unix-toolchain.cmake
src/CMakeLists.txt
+2
-2
2 additions, 2 deletions
src/CMakeLists.txt
with
4 additions
and
2 deletions
CMakeStuff/toolchains/unix-toolchain.cmake
+
2
−
0
View file @
4faffe38
...
...
@@ -31,3 +31,5 @@ find_package(Zstd REQUIRED)
set
(
Pwiz_DIR
${
CMAKE_MODULE_PATH
}
)
find_package
(
Pwiz REQUIRED
)
MESSAGE
(
STATUS
"Found Pwiz:
${
Pwiz_LIBRARY
}
"
)
This diff is collapsed.
Click to expand it.
src/CMakeLists.txt
+
2
−
2
View file @
4faffe38
...
...
@@ -222,7 +222,6 @@ message("XTPCPP_SRCS: ${XTPCPP_SRCS}")
add_executable
(
xtpcpp main.cpp
${
CPP_FILES
}
${
XTPCPP_SRCS
}
${
GUI_UI_HDRS
}
${
xtpcpp_RCC_SRCS
}
)
target_include_directories
(
xtpcpp PUBLIC
${
Pwiz_INCLUDE_DIR
}
${
QCustomPlot_INCLUDES
}
${
QUAZIP_INCLUDE_DIR
}
)
...
...
@@ -246,7 +245,7 @@ if(MINGW)
OdsStream::Core
PappsoMSpp::Core
PappsoMSpp::Widget
${
Pwiz_LIBRARY
}
Pwiz::Pwiz
${
QCustomPlot_LIBRARIES
}
${
ZLIB_LIBRARIES
}
Qt5::Gui
...
...
@@ -283,6 +282,7 @@ else(MINGW)
ZLIB::ZLIB
Alglib::Alglib
Zstd::Zstd
Pwiz::Pwiz
)
endif
(
MINGW
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment