mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
CMake: don't build egg2dae
This is not a finished tool, which is why we don't build it in makepanda
This commit is contained in:
parent
565f97b3b9
commit
df4d6fd2dd
@ -1,9 +1,5 @@
|
||||
if(HAVE_EGG AND HAVE_FCOLLADA)
|
||||
|
||||
add_executable(egg2dae eggToDAE.cxx eggToDAE.h)
|
||||
target_link_libraries(egg2dae p3daeegg p3eggbase p3progbase)
|
||||
install(TARGETS egg2dae EXPORT Tools COMPONENT Tools DESTINATION ${CMAKE_INSTALL_BINDIR})
|
||||
|
||||
add_executable(dae2egg daeToEgg.cxx daeToEgg.h)
|
||||
target_link_libraries(dae2egg p3daeegg p3eggbase p3progbase)
|
||||
install(TARGETS dae2egg EXPORT Tools COMPONENT Tools DESTINATION ${CMAKE_INSTALL_BINDIR})
|
||||
|
Loading…
x
Reference in New Issue
Block a user