Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Raptor Engineering Public Development
dsview
Commits
45056d9c
Commit
45056d9c
authored
6 years ago
by
DreamSourceLab
Browse files
Options
Download
Email Patches
Plain Diff
Fix compile issues
parent
93aea7bd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
DSView/CMakeLists.txt
DSView/CMakeLists.txt
+1
-0
libsigrokdecode4DSL/tools/install-decoders
libsigrokdecode4DSL/tools/install-decoders
+0
-1
No files found.
DSView/CMakeLists.txt
View file @
45056d9c
...
...
@@ -205,6 +205,7 @@ set(DSView_SOURCES
pv/dialogs/shadow.cpp
pv/dialogs/dsdialog.cpp
pv/dialogs/interval.cpp
pv/prop/binding/probeoptions.cpp
)
set
(
DSView_HEADERS
...
...
This diff is collapsed.
Click to expand it.
libsigrokdecode4DSL/tools/install-decoders
View file @
45056d9c
...
...
@@ -119,6 +119,5 @@ if len(args) != 0 or dst is None:
usage
()
install
(
src
,
dst
,
'protocol decoders'
)
install
(
src
+
'/common'
,
dst
+
'/common'
,
'common modules'
)
This diff is collapsed.
Click to expand it.
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