Skip to content

Commit ac140aa

Browse files
authored
build: move gif-h to external/ (#194)
1 parent 4d2dd1c commit ac140aa

6 files changed

Lines changed: 1 addition & 2 deletions

File tree

.clang-format-ignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ sim/FreeRTOS.h
77
sim/nrfx/**
88
sim/libraries/**
99
sim/host/**
10-
gif-h/**
1110
external/**
1211
InfiniTime/**
1312
lv_drivers/**

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ if(WITH_PNG)
350350
target_link_libraries(infinisim PRIVATE PNG::PNG)
351351
endif()
352352

353-
target_include_directories(infinisim PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/gif-h")
353+
target_include_directories(infinisim PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/external/gif-h")
354354

355355
# embedd background image for the status window to use
356356
add_subdirectory(img)
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)