ldc/bitop.d no longer exists.

This fixes the install target broken after the big merge.
This commit is contained in:
David Nadlinger
2011-12-04 20:58:26 +01:00
parent 0b18b346f9
commit b0dd2e336d

View File

@@ -347,5 +347,4 @@ if(PHOBOS2_DIR)
install(FILES ${PHOBOS2_DIR}/crc32.d DESTINATION ${INCLUDE_INSTALL_DIR})
endif(PHOBOS2_DIR)
install(FILES ${RUNTIME_DIR}/import/object.di DESTINATION ${INCLUDE_INSTALL_DIR}/ldc)
install(FILES ${RUNTIME_DIR}/src/ldc/bitop.d DESTINATION ${INCLUDE_INSTALL_DIR}/core)
install(DIRECTORY ${RUNTIME_DIR}/import/ldc DESTINATION ${INCLUDE_INSTALL_DIR} FILES_MATCHING PATTERN "*.di")