cmake_minimum_required (VERSION 2.6) project (Viewer) add_executable(Viewer Viewer.cpp main.cpp)