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)
SET (MOD_SRCS
CMakeDCompiler.cmake.in FindGTK2.cmake
CMakeDInformation.cmake CMakeTestDCompiler.cmake
CMakeDetermineDCompiler.cmake FindGDCPath.cmake )
CMakeDCompiler.cmake.in
CMakeDInformation.cmake
CMakeTestDCompiler.cmake
CMakeDetermineDCompiler.cmake
FindGDCPath.cmake
)
SET (PLAT_SRCS
Linux-dmd.cmake Linux-gdc.cmake
Windows-dmd.cmake Windows-gdc.cmake )
Linux-dmd.cmake
Linux-gdc.cmake
Windows-dmd.cmake
Windows-gdc.cmake
)
INSTALL (FILES ${MOD_SRCS} DESTINATION ${CMAKE_ROOT}/Modules)
INSTALL (FILES ${PLAT_SRCS} DESTINATION ${CMAKE_ROOT}/Modules/Platform)