diff options
| author | drowe67 <[email protected]> | 2023-07-13 08:49:31 +0930 |
|---|---|---|
| committer | David Rowe <[email protected]> | 2023-07-13 08:49:31 +0930 |
| commit | 3cd3a9f82068bea3a37e4efe0ee3752ecb044cce (patch) | |
| tree | 444f601b7a11731016cf6101d9d5d43950758330 /unittest/CMakeLists.txt | |
| parent | 153781e91a6f4d3c793518540acf7013510369f7 (diff) | |
rm misc directory
Diffstat (limited to 'unittest/CMakeLists.txt')
| -rw-r--r-- | unittest/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unittest/CMakeLists.txt b/unittest/CMakeLists.txt index 080ebc5..5ddc5a7 100644 --- a/unittest/CMakeLists.txt +++ b/unittest/CMakeLists.txt @@ -141,3 +141,9 @@ target_compile_options(golay23 PUBLIC -DGOLAY23_UNITTEST) add_executable(golay23_runtime_tables ../src/golay23.c) target_compile_options(golay23_runtime_tables PUBLIC -DGOLAY23_UNITTEST -DRUN_TIME_TABLES) + +add_executable(mksine mksine.c) +target_link_libraries(mksine m) + +add_executable(vq_mbest vq_mbest.c) +target_link_libraries(vq_mbest codec2) |
