CMake: Add dependency from pandaegg to panda.

This commit is contained in:
Sam Edwards 2014-05-06 21:18:02 -06:00
parent e9f4e44e99
commit 4f244aa934
1 changed files with 1 additions and 1 deletions

View File

@ -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})