Skip to content

Commit

Permalink
Remove erroring patchtest
Browse files Browse the repository at this point in the history
  • Loading branch information
nyorain authored Dec 19, 2024
1 parent 1e9215e commit 259be83
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -659,19 +659,3 @@ if with_standalone
dependencies: [],
link_with: vil_layer)
endif

# TODO
dep_spc = dependency('spc',
fallback: ['spc', 'spc_dep'],
static: true)
patch_files = files(
'src/test/patchtest.cpp',
# TODO uff
'src/util/linalloc.cpp',
'src/util/util.cpp',
'src/vk/format_utils.cpp',
)
patch_test = executable('patchtest', patch_files,
include_directories: inc,
cpp_args: args,
dependencies: [dep_spc, deps])

0 comments on commit 259be83

Please sign in to comment.