Skip to content

Commit

Permalink
Fix linking warning of duplicated libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
domchen committed Nov 22, 2023
1 parent dae0407 commit a99a94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ if (TGFX_BUILD_DRAWERS)
add_library(tgfx-drawers STATIC ${DRAWER_FILES})
set_target_properties(tgfx-drawers PROPERTIES PREFIX "")
target_include_directories(tgfx-drawers PUBLIC drawers/include PRIVATE include drawers/src)
target_link_libraries(tgfx-drawers tgfx)
target_link_libraries(tgfx-drawers)
endif ()

if (TGFX_BUILD_TESTS)
Expand Down

0 comments on commit a99a94b

Please sign in to comment.