cmake_minimum_required(VERSION 2.6)

project(prayertimes)

add_executable(prayertimes prayertimes.cpp)

add_definitions(-Wall)
