Skip to content

Commit 1797e5a

Browse files
committed
Added tests
1 parent 310611d commit 1797e5a

18 files changed

Lines changed: 845 additions & 439 deletions

libpiper/CMakeLists.txt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -148,15 +148,7 @@ target_link_libraries(piper
148148
)
149149

150150
# ---- piper exe ---
151-
152-
add_executable(piper_exe src/main.cpp
153-
src/wavfile.cpp
154-
include/wavfile.hpp
155-
)
156-
target_link_libraries(piper_exe
157-
piper
158-
)
159-
151+
add_subdirectory(src/main)
160152
# ---- install ---
161153

162154
include(GNUInstallDirs)

libpiper/include/wavfile.hpp

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)