Skip to content

Commit 45056d9

Browse files
Fix compile issues
1 parent 93aea7b commit 45056d9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

DSView/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ set(DSView_SOURCES
205205
pv/dialogs/shadow.cpp
206206
pv/dialogs/dsdialog.cpp
207207
pv/dialogs/interval.cpp
208+
pv/prop/binding/probeoptions.cpp
208209
)
209210

210211
set(DSView_HEADERS

libsigrokdecode4DSL/tools/install-decoders

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,5 @@ if len(args) != 0 or dst is None:
119119
usage()
120120

121121
install(src, dst, 'protocol decoders')
122-
install(src + '/common', dst + '/common', 'common modules')
123122

124123

0 commit comments

Comments
 (0)