Last commit for v1/cpp/CMakeLists.txt: 83794f8a92f653d9df2f6c6b9eabed8eb7cd1b22

C++ code v1.0 added

Hamid [2011-03-14 07:34:43]
C++ code v1.0 added
cmake_minimum_required(VERSION 2.6)

project(prayertimes)

add_executable(prayertimes prayertimes.cpp)

add_definitions(-Wall)
ViewGit