Skip to content

Commit

Permalink
Add sdbfs to build system.
Browse files Browse the repository at this point in the history
Remove Make based build as well, since it can't reasonably handle
subprojects.
  • Loading branch information
ericonr committed Sep 9, 2022
1 parent 3b0a1e2 commit 771bde2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions Makefile

This file was deleted.

2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ thread_dep = dependency('threads')
executable(
'decode-reg',
['decode-reg.cc', 'pcie.c', 'decoders.cc', 'printer.cc', 'acq.cc', 'lamp.cc', 'util.cc'],
dependencies: [pcidevice, thread_dep, docopt],
dependencies: [pcidevice, thread_dep, docopt, sdbfs],
install: true,
)

0 comments on commit 771bde2

Please sign in to comment.