From 1a3ee2b232cb76343a92b457e5caf55e68a34f36 Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 23 Oct 2023 12:18:09 +0200 Subject: [PATCH] tinydisplay: Fix build when no platform display module is enabled Fixes #1554 --- panda/src/tinydisplay/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/tinydisplay/CMakeLists.txt b/panda/src/tinydisplay/CMakeLists.txt index 0311a79cce..d89eb8005e 100644 --- a/panda/src/tinydisplay/CMakeLists.txt +++ b/panda/src/tinydisplay/CMakeLists.txt @@ -118,6 +118,7 @@ add_metalib(p3tinydisplay ${MODULE_TYPE} unset(CMAKE_INSTALL_DEFAULT_COMPONENT_NAME) set_target_properties(p3tinydisplay PROPERTIES DEFINE_SYMBOL BUILDING_TINYDISPLAY) +target_link_libraries(p3tinydisplay panda) install(TARGETS p3tinydisplay EXPORT TinyDisplay COMPONENT TinyDisplay