We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f1db3 commit 8794a00Copy full SHA for 8794a00
CMakeLists.txt
@@ -176,6 +176,10 @@ target_link_libraries(lvgl PUBLIC ${PKG_CONFIG_LIB} m pthread)
176
add_executable(lvglsim src/main.c ${LV_LINUX_SRC} ${LV_LINUX_BACKEND_SRC})
177
target_link_libraries(lvglsim lvgl_linux lvgl)
178
179
+if (CONFIG_LV_USE_DRAW_G2D)
180
+ target_link_libraries(lvglsim g2d)
181
+endif()
182
+
183
# Install the lvgl_linux library and its headers
184
install(DIRECTORY src/lib/
185
DESTINATION include/lvgl
0 commit comments