diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-02-08 20:42:49 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-02-08 20:42:49 +0000 |
| commit | f360d9de6ff14a66e327f6d2c985a4327be4019b (patch) | |
| tree | 9268d517db02f5ceb3e767aa49cfa3218c6815ef /CMakeLists.txt | |
| parent | e7440f3513c0ef3e296e77f2da6f8845db0c6c93 (diff) | |
| download | qmmp-f360d9de6ff14a66e327f6d2c985a4327be4019b.tar.gz qmmp-f360d9de6ff14a66e327f6d2c985a4327be4019b.tar.bz2 qmmp-f360d9de6ff14a66e327f6d2c985a4327be4019b.zip | |
fixed cmake scripts
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@236 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ecd753d7..0ab4b2f91 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,6 @@ SET(LIB_DIR "lib" CACHE STRING "library path") -add_subdirectory(lib) -add_subdirectory(lib/qmmp) -add_subdirectory(src) +add_subdirectory(src/qmmp) +add_subdirectory(src/qmmpui) +add_subdirectory(src/ui) +add_subdirectory(src/plugins) |
