]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/numeric/ublas/IDEs/qtcreator/test/test_coordinate_matrix_always_do_full_sort.pro
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / numeric / ublas / IDEs / qtcreator / test / test_coordinate_matrix_always_do_full_sort.pro
1 TEMPLATE = app
2 TARGET = test_coordinate_matrix_always_do_full_sort
3
4 !include (configuration.pri)
5
6 DEFINES += \
7 BOOST_UBLAS_COO_ALWAYS_DO_FULL_SORT
8
9 HEADERS += \
10 ../../../test/utils.hpp
11
12 SOURCES += \
13 ../../../test/test_coordinate_matrix_sort.cpp