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:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user