added licence, sample sources, reorganized trunk
This commit is contained in:
parent
f8f9246c90
commit
1ebea84622
71 changed files with 35508 additions and 2 deletions
24
cmaked/CMakeLists.txt
Normal file
24
cmaked/CMakeLists.txt
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue