CMake: Add dependency from pandaegg to panda.
This commit is contained in:
parent
e9f4e44e99
commit
4f244aa934
|
|
@ -1,5 +1,5 @@
|
||||||
if(HAVE_EGG)
|
if(HAVE_EGG)
|
||||||
set(PANDAEGG_LINK_TARGETS p3egg p3egg2pg)
|
set(PANDAEGG_LINK_TARGETS p3egg p3egg2pg panda)
|
||||||
|
|
||||||
add_library(pandaegg pandaegg.cxx)
|
add_library(pandaegg pandaegg.cxx)
|
||||||
target_link_libraries(pandaegg ${PANDAEGG_LINK_TARGETS})
|
target_link_libraries(pandaegg ${PANDAEGG_LINK_TARGETS})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue