#
# Copyright (c) 2010-2019, Gilles Caulier, <caulier dot gilles at gmail dot com>
#
# Redistribution and use is allowed according to the terms of the BSD license.
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.

add_executable(test_geoparsing
               test_geoparsing.cpp
)

target_link_libraries(test_geoparsing

                      ${COMMON_TEST_LINK}
)

add_test(test_geoparsing ${EXECUTABLE_OUTPUT_PATH}/test_geoparsing)
