Skip to content
Snippets Groups Projects
Commit cea4951a authored by Dominik Loidolt's avatar Dominik Loidolt
Browse files

refactor & test Rice and Golomb Encoder

parent 95a779ee
No related branches found
No related tags found
1 merge request!11decompression/compression for non-imagette data
......@@ -30,12 +30,14 @@ if cppcheck.found()
)
endif
subdir('tools')
subdir('cmp_tool')
cunit_dep = dependency('cunit', required : false)
if cunit_dep.found()
subdir('cmp_icu')
else
message('C Unit Testing Framework not found! Skipping unit tests.')
endif
unity_dep = dependency('unity', fallback : ['unity', 'unity_dep'])
# unity_proj = subproject('unity')
# unity_dep = unity_proj.get_variable('unity_dep')
subdir('cmp_icu')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment