-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
79 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
add_executable (sz_test1 sz_compress_test.cpp) | ||
add_executable (sz_test sz_compress_test.cpp) | ||
add_executable (sz_huffman_lossless addtional/sz_huffman_lossless.cpp) | ||
add_executable (sz_autotuning sz_autotuning_test.cpp) | ||
add_executable (sz_autotuning_double sz_autotuning_double.cpp) | ||
add_executable (sz_auto sz_autotuning.cpp) | ||
add_executable (sz_auto_double sz_autotuning_double.cpp) | ||
add_executable (sz_highorder_test addtional/sz_highorder_test.cpp) | ||
add_executable (sz_sampling_test addtional/sz_sampling_test.cpp) | ||
target_link_libraries (sz_test1 PRIVATE sz_cpp) | ||
target_link_libraries (sz_test PRIVATE sz_cpp) | ||
target_link_libraries (sz_huffman_lossless PRIVATE sz_cpp) | ||
target_link_libraries (sz_autotuning PRIVATE sz_cpp) | ||
target_link_libraries (sz_autotuning_double PRIVATE sz_cpp) | ||
target_link_libraries (sz_auto PRIVATE sz_cpp) | ||
target_link_libraries (sz_auto_double PRIVATE sz_cpp) | ||
target_link_libraries (sz_highorder_test PRIVATE sz_cpp) | ||
target_link_libraries (sz_sampling_test PRIVATE sz_cpp) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters