Remove useless GTK2 CMake Module
This commit is contained in:
parent
ddf6cc0946
commit
c913f9f99a
1 changed files with 11 additions and 7 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue