diff --git a/panda/metalibs/pandaegg/CMakeLists.txt b/panda/metalibs/pandaegg/CMakeLists.txt index a8684b4fe9..946229d919 100644 --- a/panda/metalibs/pandaegg/CMakeLists.txt +++ b/panda/metalibs/pandaegg/CMakeLists.txt @@ -1,5 +1,5 @@ if(HAVE_EGG) - set(PANDAEGG_LINK_TARGETS p3egg p3egg2pg) + set(PANDAEGG_LINK_TARGETS p3egg p3egg2pg panda) add_library(pandaegg pandaegg.cxx) target_link_libraries(pandaegg ${PANDAEGG_LINK_TARGETS})