summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
blob: fa6fcde3b2d6d86f8ec75c54fc03b223564931ca (plain)
1
2
3
4
5
6
7
8
9
cmake_minimum_required (VERSION 2.4)

set (PACKAGE pianobar)
project (${PACKAGE} C)

add_subdirectory (libpiano)
add_subdirectory (libwaitress)
add_subdirectory (libezxml)
add_subdirectory (src)