snapshot
This commit is contained in:
@@ -334,7 +334,6 @@ add_library(test_common
|
||||
src/test_fonts/font_1.c
|
||||
src/test_fonts/font_2.c
|
||||
src/test_fonts/font_3.c
|
||||
src/test_fonts/ubuntu_font.c
|
||||
unity/unity_support.c
|
||||
unity/unity.c
|
||||
)
|
||||
@@ -364,7 +363,7 @@ foreach( test_case_fname ${TEST_CASE_FILES} )
|
||||
${test_case_fname}
|
||||
${test_runner_fname}
|
||||
)
|
||||
target_link_libraries(${test_name} test_common lvgl_examples lvgl_demos lvgl png m ${TEST_LIBS})
|
||||
target_link_libraries(${test_name} test_common lvgl_examples lvgl_demos lvgl png ${TEST_LIBS})
|
||||
target_include_directories(${test_name} PUBLIC ${TEST_INCLUDE_DIRS})
|
||||
target_compile_options(${test_name} PUBLIC ${LVGL_TESTFILE_COMPILE_OPTIONS})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user