CMake: Depend p3converter on the pandaegg metalib directly.

This commit is contained in:
Sam Edwards 2014-05-06 21:16:34 -06:00
parent 5e2f3f777b
commit ed0b42983f
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ set(P3CONVERTER_SOURCES
somethingToEggConverter.cxx eggToSomethingConverter.cxx)
add_library(p3converter STATIC ${P3CONVERTER_HEADERS} ${P3CONVERTER_SOURCES})
target_link_libraries(p3converter p3pandatoolbase p3egg2pg p3recorder p3pystub)
target_link_libraries(p3converter p3pandatoolbase pandaegg p3pystub)