forked from organicmaps/organicmaps-tmp
compilation fixes.
This commit is contained in:
parent
70e30f0c63
commit
60ad2be527
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,9 @@ win32-g++ {
|
|||
LIBS += -lpthread
|
||||
}
|
||||
|
||||
HEADERS += \
|
||||
feature_routine.hpp
|
||||
|
||||
SOURCES += \
|
||||
../../testing/testingmain.cpp \
|
||||
cell_covering_visualize_test.cpp \
|
||||
|
@ -33,4 +36,5 @@ SOURCES += \
|
|||
feature_test.cpp \
|
||||
data_header_test.cpp \
|
||||
feature_bucketer_test.cpp \
|
||||
feature_routine.cpp \
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue