0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-26 19:23:51 +01:00

now it works, also added alsa out for mono

This commit is contained in:
2025-01-25 20:04:59 +01:00
parent 634ba05d61
commit 1908a4efb0
5 changed files with 57 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ file(GLOB LIB_FILES "lib/*.c")
add_library(libfm OBJECT ${LIB_FILES})
# Linker flags for libraries
set(LINK_LIBS "-lpulse -lpulse-simple -lm")
set(LINK_LIBS "-lpulse -lpulse-simple -lm -lasound")
# Loop through each file in src and create an executable
foreach(SRC_FILE ${SRC_FILES})