diff options
| author | Author Name <[email protected]> | 2023-07-07 12:20:59 +0930 |
|---|---|---|
| committer | David Rowe <[email protected]> | 2023-07-07 12:29:06 +0930 |
| commit | ac7c48b4dee99d4c772f133d70d8d1b38262fcd2 (patch) | |
| tree | a2d0ace57a9c0e2e5b611c4987f6fed1b38b81e7 /demo/CMakeLists.txt | |
shallow zip-file copy from codec2 e9d726bf20
Diffstat (limited to 'demo/CMakeLists.txt')
| -rw-r--r-- | demo/CMakeLists.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/demo/CMakeLists.txt b/demo/CMakeLists.txt new file mode 100644 index 0000000..fb902a5 --- /dev/null +++ b/demo/CMakeLists.txt @@ -0,0 +1,17 @@ +add_definitions(-DFLOATING_POINT -DVAR_ARRAYS) +include_directories(../src) + +add_executable(c2demo c2demo.c) +target_link_libraries(c2demo codec2) +add_executable(freedv_700d_tx freedv_700d_tx.c) +target_link_libraries(freedv_700d_tx codec2) +add_executable(freedv_700d_rx freedv_700d_rx.c) +target_link_libraries(freedv_700d_rx codec2) +add_executable(freedv_datac1_tx freedv_datac1_tx.c) +target_link_libraries(freedv_datac1_tx codec2) +add_executable(freedv_datac1_rx freedv_datac1_rx.c) +target_link_libraries(freedv_datac1_rx codec2) +add_executable(freedv_datac0c1_tx freedv_datac0c1_tx.c) +target_link_libraries(freedv_datac0c1_tx codec2) +add_executable(freedv_datac0c1_rx freedv_datac0c1_rx.c) +target_link_libraries(freedv_datac0c1_rx codec2) |
