Changeset 13

Show
Ignore:
Timestamp:
08/27/07 20:31:46 (1 year ago)
Author:
flithm
Message:

Remove useless GTK2 CMake Module

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cmaked/CMakeLists.txt

    r8 r13  
    1111 
    1212SET (MOD_SRCS 
    13   CMakeDCompiler.cmake.in        FindGTK2.cmake 
    14   CMakeDInformation.cmake        CMakeTestDCompiler.cmake   
    15   CMakeDetermineDCompiler.cmake  FindGDCPath.cmake ) 
    16  
     13    CMakeDCompiler.cmake.in         
     14    CMakeDInformation.cmake         
     15    CMakeTestDCompiler.cmake   
     16    CMakeDetermineDCompiler.cmake   
     17    FindGDCPath.cmake 
     18
    1719 
    1820SET (PLAT_SRCS 
    19   Linux-dmd.cmake                Linux-gdc.cmake  
    20   Windows-dmd.cmake              Windows-gdc.cmake ) 
    21  
     21    Linux-dmd.cmake 
     22    Linux-gdc.cmake  
     23    Windows-dmd.cmake               
     24    Windows-gdc.cmake 
     25
    2226 
    2327INSTALL (FILES ${MOD_SRCS} DESTINATION ${CMAKE_ROOT}/Modules)