mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
In CMake builds, link panda/express with Tar (when enabled).
This commit is contained in:
parent
7c8062a88a
commit
a6332e3cae
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user