diff options
Diffstat (limited to 'noatun-plugins/dub/CMakeLists.txt')
-rw-r--r-- | noatun-plugins/dub/CMakeLists.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/noatun-plugins/dub/CMakeLists.txt b/noatun-plugins/dub/CMakeLists.txt new file mode 100644 index 0000000..fa2f5ab --- /dev/null +++ b/noatun-plugins/dub/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2013 Slávek Banko +# slavek (DOT) banko (AT) axis.cz +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +add_subdirectory( dub ) |