From ac1f3775990561224c69543f7fbcf31e62fd0109 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 22 Dec 2012 09:22:05 +0000 Subject: refactoring git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3085 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/PlayListFormats/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/plugins/PlayListFormats/CMakeLists.txt (limited to 'src/plugins/PlayListFormats/CMakeLists.txt') diff --git a/src/plugins/PlayListFormats/CMakeLists.txt b/src/plugins/PlayListFormats/CMakeLists.txt new file mode 100644 index 000000000..5fd89ff62 --- /dev/null +++ b/src/plugins/PlayListFormats/CMakeLists.txt @@ -0,0 +1,3 @@ +add_subdirectory(m3u) +add_subdirectory(pls) +add_subdirectory(xspf) -- cgit v1.2.3-13-gbd6f