summaryrefslogtreecommitdiffstats
path: root/plugins/demod/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Daniel <cd@maintech.de>2013-03-22 11:18:30 +0100
committerChristian Daniel <cd@maintech.de>2013-03-22 11:18:30 +0100
commiteca56e35be841396f6c57bab540a3e1503253d56 (patch)
tree4a0a29cd53a84339e56754c32bf67391c83494fe /plugins/demod/CMakeLists.txt
parent2c8c930b39fe069b36d81caa00401d9ac182a9d8 (diff)
monster rework
- pluginify whole project - reorganize directory structure - fix PortAudio detection script - implement generic channelizer - fix several OpenGL problems - rework presets - add audio mixing - too many more
Diffstat (limited to 'plugins/demod/CMakeLists.txt')
-rw-r--r--plugins/demod/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/demod/CMakeLists.txt b/plugins/demod/CMakeLists.txt
new file mode 100644
index 0000000..78804e6
--- /dev/null
+++ b/plugins/demod/CMakeLists.txt
@@ -0,0 +1,4 @@
+project(demod)
+
+add_subdirectory(nfm)
+add_subdirectory(tetra)