mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-20 13:24:40 -04:00
a6f059827b
* Game ABI / headers refactoring * Delete dusk/imgui.h
12 lines
257 B
CMake
12 lines
257 B
CMake
cmake_minimum_required(VERSION 3.10)
|
|
|
|
project(freeverb LANGUAGES CXX)
|
|
|
|
add_library(freeverb
|
|
comb.cpp
|
|
allpass.cpp
|
|
revmodel.cpp
|
|
)
|
|
target_include_directories(freeverb PRIVATE include/freeverb)
|
|
target_include_directories(freeverb INTERFACE include)
|