Remove useless GTK2 CMake Module

This commit is contained in:
flithm 2007-08-28 00:31:46 +00:00
parent ddf6cc0946
commit c913f9f99a

View file

@ -10,15 +10,19 @@
PROJECT (cmaked NONE) PROJECT (cmaked NONE)
SET (MOD_SRCS SET (MOD_SRCS
CMakeDCompiler.cmake.in FindGTK2.cmake CMakeDCompiler.cmake.in
CMakeDInformation.cmake CMakeTestDCompiler.cmake CMakeDInformation.cmake
CMakeDetermineDCompiler.cmake FindGDCPath.cmake ) CMakeTestDCompiler.cmake
CMakeDetermineDCompiler.cmake
FindGDCPath.cmake
)
SET (PLAT_SRCS SET (PLAT_SRCS
Linux-dmd.cmake Linux-gdc.cmake Linux-dmd.cmake
Windows-dmd.cmake Windows-gdc.cmake ) Linux-gdc.cmake
Windows-dmd.cmake
Windows-gdc.cmake
)
INSTALL (FILES ${MOD_SRCS} DESTINATION ${CMAKE_ROOT}/Modules) INSTALL (FILES ${MOD_SRCS} DESTINATION ${CMAKE_ROOT}/Modules)
INSTALL (FILES ${PLAT_SRCS} DESTINATION ${CMAKE_ROOT}/Modules/Platform) INSTALL (FILES ${PLAT_SRCS} DESTINATION ${CMAKE_ROOT}/Modules/Platform)