######################################################################
# Automatically generated by cppiniter {{{date_time}}}
######################################################################

# source files
aux_source_directory(. SRC)

# target
add_executable (catch ${SRC})

# link
target_link_libraries(catch {{{project_name}}})

# install
INSTALL(TARGETS catch
    RUNTIME DESTINATION bin)
