Browse Source

remove duplicate rule for newsynth

richarddobson 2 năm trước cách đây
mục cha
commit
51798ce380
1 tập tin đã thay đổi với 0 bổ sung8 xóa
  1. 0 8
      dev/new/CMakeLists.txt

+ 0 - 8
dev/new/CMakeLists.txt

@@ -92,14 +92,6 @@ target_link_libraries(newmorph cdp2k sfsys pvxio2 ${EXTRA_LIBRARIES})
 
 my_install(newmorph)
 
-add_executable(newsynth synthesis.c)
-if(MINGW)
-target_link_libraries(newsynth cdp2k sfsys pvxio2 ${EXTRA_LIBRARIES})
-else()
-target_link_libraries(newsynth ${AAIOLIB} cdp2k sfsys pvxio2 ${EXTRA_LIBRARIES})
-endif()
-my_install(newsynth)
-
 add_executable(newtex newtex.c)
 target_link_libraries(newtex ${AAIOLIB} cdp2k sfsys pvxio2 ${EXTRA_LIBRARIES})