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)
|
||||
|
||||
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue