cmake-d/CMakeLists.txt

16 lines
454 B
Text
Raw Normal View History

2007-03-15 14:40:07 +00:00
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)