Add dmd-style configuration file for rebuild usage. See #236 and thanks to ccuter for the patch!

This commit is contained in:
Christian Kamm
2009-03-21 09:47:48 +01:00
parent d0a8ee9573
commit 490549e65c
7 changed files with 23 additions and 3 deletions

View File

@@ -227,6 +227,7 @@ get_target_property(LDC_LOC ${LDC_EXE} LOCATION)
install(TARGETS ${LDC_EXE} DESTINATION bin)
install(FILES ${PROJECT_BINARY_DIR}/bin/${LDC_EXE}.conf DESTINATION ${CONF_INST_DIR})
install(FILES ${PROJECT_BINARY_DIR}/bin/${LDC_EXE}.rebuild.conf DESTINATION ${CONF_INST_DIR})
install(DIRECTORY ${PROJECT_BINARY_DIR}/lib DESTINATION . USE_SOURCE_PERMISSIONS)
add_subdirectory(runtime EXCLUDE_FROM_ALL)