• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1TEMPLATE = app
2TARGET = test_coordinate_vector_inplace_merge
3
4include (configuration.pri)
5HEADERS += \
6    ../../../test/utils.hpp
7
8SOURCES += \
9    ../../../test/test_coordinate_vector_inplace_merge.cpp
10