mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps] Fix test build
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
app_shared_test_src = $(addprefix apps/shared/,\
|
||||
continuous_function.cpp\
|
||||
curve_view_range.cpp \
|
||||
curve_view.cpp \
|
||||
dots.cpp \
|
||||
double_pair_store.cpp \
|
||||
expression_model.cpp \
|
||||
expression_model_handle.cpp \
|
||||
@@ -9,8 +11,11 @@ app_shared_test_src = $(addprefix apps/shared/,\
|
||||
global_context.cpp \
|
||||
interactive_curve_view_range_delegate.cpp \
|
||||
interactive_curve_view_range.cpp \
|
||||
labeled_curve_view.cpp \
|
||||
memoized_curve_view_range.cpp \
|
||||
range_1D.cpp \
|
||||
zoom_and_pan_curve_view_controller.cpp \
|
||||
zoom_curve_view_controller.cpp \
|
||||
)
|
||||
|
||||
app_shared_src = $(addprefix apps/shared/,\
|
||||
@@ -18,9 +23,7 @@ app_shared_src = $(addprefix apps/shared/,\
|
||||
buffer_function_title_cell.cpp \
|
||||
buffer_text_view_with_text_field.cpp \
|
||||
button_with_separator.cpp \
|
||||
dots.cpp \
|
||||
cursor_view.cpp \
|
||||
curve_view.cpp \
|
||||
curve_view_cursor.cpp \
|
||||
editable_cell_table_view_controller.cpp \
|
||||
expression_field_delegate_app.cpp \
|
||||
@@ -45,7 +48,6 @@ app_shared_src = $(addprefix apps/shared/,\
|
||||
interactive_curve_view_controller.cpp \
|
||||
interval.cpp \
|
||||
interval_parameter_controller.cpp \
|
||||
labeled_curve_view.cpp \
|
||||
language_controller.cpp \
|
||||
layout_field_delegate.cpp \
|
||||
list_parameter_controller.cpp \
|
||||
@@ -78,8 +80,6 @@ app_shared_src = $(addprefix apps/shared/,\
|
||||
values_parameter_controller.cpp \
|
||||
vertical_cursor_view.cpp \
|
||||
xy_banner_view.cpp\
|
||||
zoom_curve_view_controller.cpp \
|
||||
zoom_and_pan_curve_view_controller.cpp \
|
||||
zoom_parameter_controller.cpp \
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user