Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Apd Toolbox
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Jan Reher
Apd Toolbox
Commits
e9c57420
Commit
e9c57420
authored
5 years ago
by
Jan Reher
Browse files
Options
Downloads
Patches
Plain Diff
Changes
parent
44c18be1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
with
1 addition
and
1 deletion
CMakeLists.txt
+
1
−
1
View file @
e9c57420
...
...
@@ -7,7 +7,7 @@ find_package(Qt5 COMPONENTS Core Gui Widgets Network Xml)
INCLUDE_DIRECTORIES
(
/home/tau/jreher/git/proddb-clientlib/
)
INCLUDE_DIRECTORIES
(
${
CMAKE_SOURCE_DIR
}
/includes/
)
INCLUDE_DIRECTORIES
(
${
CMAKE_SOURCE_DIR
}
/proddb/
)
LINK_DIRECTORIES
(
${
CMAKE_SOURCE_DIR
}
/libs
)
LINK_DIRECTORIES
(
/home/tau/jreher/git/proddb-clientlib/build/
)
add_library
(
toolbox
"toolbox.cpp"
"serialListReader.h"
"serialListReader.cxx"
)
add_library
(
proddbaccess
"proddb/ProdDbAccess.cxx"
"proddb/ProdDbAccess.h"
"proddb/ProductionDatabase.cxx"
"proddb/ProductionDatabase.h"
"proddb/ProductionDatabaseApdStorage.cxx"
"proddb/ProductionDatabaseApdStorage.h"
)
...
...
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