Merge pull request 'fix/cmake-multiple-main' (#18) from kay

Reviewed-on: #18
This commit is contained in:
2025-04-19 11:26:41 -04:00
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/build

View File

@@ -63,7 +63,6 @@ endif()
target_link_libraries(ReMixer-Test PUBLIC ReMixer)
add_executable(pacat pacat_simple.cpp
pacat_advanced.cpp
src/windows/ReMixer.cpp
include/ReMixer/PulseSubsystem.h)
target_link_libraries(pacat pulse-simple pulse)