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:
rdb 2020-04-13 13:23:34 +02:00
parent 565f97b3b9
commit df4d6fd2dd

View File

@ -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})