cmake_minimum_required(VERSION 2.8) set(CMAKE_BUILD_TYPE Release) project (UDS_PAM) add_subdirectory(src)