Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add precision for matrix compressor #59

Merged
merged 8 commits into from
Mar 1, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix cmake example
  • Loading branch information
atimin committed Feb 28, 2023
commit 57ef28efa7a463fa6d5402b608c17213cfe43fb7
10 changes: 5 additions & 5 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
add_executable(wavelet_buffer_example wavelet_buffer_example.cc image_example.cc)
add_executable(wavelet_buffer_example wavelet_buffer_example.cc)
target_link_libraries(wavelet_buffer_example PRIVATE ${WB_TARGET_NAME})
add_compile_definitions(
wavelet_buffer_example
Expand All @@ -12,7 +12,7 @@ add_executable(image_example image_example.cc)
target_link_libraries(image_example PRIVATE ${WB_TARGET_NAME})

configure_file(
${CMAKE_SOURCE_DIR}/tests/fixtures/pandas.jpg
${CMAKE_BINARY_DIR}/pandas.jpg
COPYONLY
)
${CMAKE_SOURCE_DIR}/tests/fixtures/pandas.jpg
${CMAKE_BINARY_DIR}/pandas.jpg
COPYONLY
)