diff --git a/pandatool/src/daeprogs/CMakeLists.txt b/pandatool/src/daeprogs/CMakeLists.txt index 67ffc386c4..75db4c4b16 100644 --- a/pandatool/src/daeprogs/CMakeLists.txt +++ b/pandatool/src/daeprogs/CMakeLists.txt @@ -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})