Skip to content

OnionSpirit/vssdsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VssDsp

Installation

1)Clone to project repository

2)Add to cmake:

add_subdirectory(vssdsp)
target_include_directories(${PROJECT_NAME} PRIVATE vssdsp/include)  
target_link_libraries(${PROJECT_NAME} PRIVATE vssdsp)  

It might be any executable file name instead of ${PROJECT_NAME} Also lib requiers libliquidsrd to be installed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published