Changeset 13
- Timestamp:
- 08/27/07 20:31:46 (1 year ago)
- Files:
-
- trunk/cmaked/CMakeLists.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cmaked/CMakeLists.txt
r8 r13 11 11 12 12 SET (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 ) 17 19 18 20 SET (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 ) 22 26 23 27 INSTALL (FILES ${MOD_SRCS} DESTINATION ${CMAKE_ROOT}/Modules)
