cmake_minimum_required (VERSION 2.6)
project (ce_cmake_test)
add_executable(ce_cmake_test ce_cmake_test.cc)
