PROJECT(ExceptTest)

cmake_minimum_required(VERSION 2.8)


ENABLE_TESTING()
ADD_EXECUTABLE(simpleThrow simpleThrow)
ADD_TEST(simpleThrow simpleThrow)