You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
500 B

  1. --- a/src/CMakeLists.txt
  2. +++ b/src/CMakeLists.txt
  3. @@ -24,8 +24,6 @@ SET (LIBGD_SRC_FILES
  4. gd_io_dp.c
  5. gd_io_file.c
  6. gd_io_ss.c
  7. - gd_io_stream.cxx
  8. - gd_io_stream.h
  9. gd_jpeg.c
  10. gd_matrix.c
  11. gd_nnquant.c
  12. @@ -61,8 +59,6 @@ SET (LIBGD_SRC_FILES
  13. gdhelpers.c
  14. gdhelpers.h
  15. gdkanji.c
  16. - gdpp.cxx
  17. - gdpp.h
  18. gdtables.c
  19. gdxpm.c
  20. jisx0208.h
  21. @@ -203,7 +199,6 @@ install(FILES
  22. gdfonts.h
  23. gdfontt.h
  24. gdfx.h
  25. - gdpp.h
  26. DESTINATION include)
  27. CONFIGURE_FILE(../config/gdlib.pc.cmake gdlib.pc @ONLY)