cmake_minimum_required(VERSION 2.6)
add_executable(test EXCLUDE_FROM_ALL test.cpp)

install(TARGETS test DESTINATION test OPTIONAL) 
