In CMake builds, link panda/express with Tar (when enabled).

This commit is contained in:
kestred 2014-01-30 04:47:08 -07:00
parent 7c8062a88a
commit a6332e3cae

View File

@ -124,7 +124,8 @@ set(P3EXPRESS_SOURCES
composite_sources(p3express P3EXPRESS_SOURCES)
add_library(p3express ${P3EXPRESS_SOURCES} ${P3EXPRESS_HEADERS})
target_link_libraries(p3express p3pandabase p3dtool p3dtoolconfig)
target_link_libraries(p3express p3pandabase p3dtool p3dtoolconfig
${TAR_LIBRARY})
target_interrogate(p3express ALL)
#add_executable(p3expressTestTypes test_types.cxx)