Browse Source

CMake: Add dependency from pandaegg to panda.

Sam Edwards 11 years ago
parent
commit
4f244aa934
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/metalibs/pandaegg/CMakeLists.txt

+ 1 - 1
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})