cmake_minimum_required(VERSION 3.12)

project(TestEnum)

set(WRAPPER_EXTRA_SRCS)

# All of the real work is done in the lower level CMake file
include(../WrapitTestSetup.cmake)
