mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-13 13:56:49 -04:00
10 lines
140 B
CMake
10 lines
140 B
CMake
cmake_minimum_required(VERSION 3.10)
|
|
|
|
project(freeverb LANGUAGES CXX)
|
|
|
|
add_library(freeverb
|
|
comb.cpp
|
|
allpass.cpp
|
|
revmodel.cpp
|
|
)
|