diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-01-01 22:36:20 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-01-01 22:36:20 -0500 |
commit | 160601dd6bef9c0ded2be9da8baaf5d8bf426f49 (patch) | |
tree | 6ef593a038c2f641b2c0b64c16d9049f317b658c | |
parent | bc9bb3d7548a959687d81240b23166802283ba34 (diff) | |
parent | c6602576e5f6344bfc0375908c9d8507c4c32014 (diff) | |
download | abaddon-portaudio-160601dd6bef9c0ded2be9da8baaf5d8bf426f49.tar.gz abaddon-portaudio-160601dd6bef9c0ded2be9da8baaf5d8bf426f49.zip |
Merge branch 'master' into settings
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 05ee200..2e450cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,7 +53,7 @@ file(GLOB_RECURSE ABADDON_SOURCES ) list(FILTER ABADDON_SOURCES EXCLUDE REGEX ".*notifier_gio\\.cpp$") -list(FILTER ABADDON_SOURCES EXCLUDE REGEX ".*notifier_null\\.cpp$") +list(FILTER ABADDON_SOURCES EXCLUDE REGEX ".*notifier_fallback\\.cpp$") add_executable(abaddon ${ABADDON_SOURCES}) target_include_directories(abaddon PUBLIC ${PROJECT_SOURCE_DIR}/src) |