cmake_minimum_required (VERSION 3.1)
project (DENG_TEST_POINTERSET)
include (../TestConfig.cmake)

deng_test (test_pointerset main.cpp)
