added licence, sample sources, reorganized trunk

This commit is contained in:
selman 2007-03-17 18:05:51 +00:00
commit 1ebea84622
71 changed files with 35508 additions and 2 deletions

24
cmaked/CMakeLists.txt Normal file
View file

@ -0,0 +1,24 @@
#
# CMakeD - CMake module for D Language
#
# Copyright (c) 2007, Selman Ulug <selman.ulug@gmail.com>
# All rights reserved.
#
# See Copyright.txt for details.
#
PROJECT (cmaked NONE)
SET (MOD_SRCS
CMakeDCompiler.cmake.in FindGTK2.cmake
CMakeDInformation.cmake CMakeTestDCompiler.cmake
CMakeDetermineDCompiler.cmake FindGDCPath.cmake )
SET (PLAT_SRCS
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)