forgot adding the dependency to exe
Some checks failed
Build ptprnt / build (push) Failing after 29s
Some checks failed
Build ptprnt / build (push) Failing after 29s
This commit is contained in:
@@ -55,7 +55,7 @@ ptprnt_exe = executable(
|
||||
'ptprnt',
|
||||
'src/main.cpp',
|
||||
install: true,
|
||||
dependencies : [usb_dep, log_dep, ptprnt_dep, ],
|
||||
dependencies : [usb_dep, log_dep, ptprnt_dep, cli11_dep],
|
||||
cpp_args : ['-DPROJ_VERSION="'+meson.project_version()+'"'],
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user