Skip to content

Commit

Permalink
wip simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 committed Aug 1, 2024
1 parent bb8d487 commit 6895165
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(LV_CONF_INCLUDE_SIMPLE OFF)
set(LV_CONF_INCLUDE_SIMPLE OFF CACHE INTERNAL "blah" FORCE)
add_subdirectory(lib/lvgl)

add_library(droidboot_gui STATIC
Expand Down Expand Up @@ -45,7 +45,7 @@ add_library(droidboot_gui STATIC
droidboot_platforms/simulator/simulator.c
backend/droidboot_drivers.c
backend/droidboot_dualboot_backend.c)
target_link_libraries(droidboot_gui PUBLIC lvgl android log nativehelper)
target_link_libraries(droidboot_gui PUBLIC lvgl android log jnigraphics)
add_compile_definitions(PLATFORM_SIMULATOR)
target_include_directories(droidboot_gui PUBLIC
lib/libufdt/sysdeps/include
Expand Down
2 changes: 1 addition & 1 deletion droidboot_platforms

0 comments on commit 6895165

Please sign in to comment.