cmake_minimum_required (VERSION 2.6)

project (ds-zither C)

ADD_SUBDIRECTORY(libms)
ADD_SUBDIRECTORY(test)



