# cmake for upper modules

# Required version of CMake
#CMAKE_MINIMUM_REQUIRED(VERSION 2.8.11)

PROJECT(app)
ADD_SUBDIRECTORY(decoder)
ADD_SUBDIRECTORY(encoder)
ADD_SUBDIRECTORY(utils/parcat)

