Build druntime and Phobos by default.

This fixes »make install« – if you want to build only the compiler, the »ldc2« target can be used.
This commit is contained in:
David Nadlinger
2011-11-12 13:31:54 +01:00
parent d57637a0a1
commit aa5e5728e7

View File

@@ -314,4 +314,4 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
install(DIRECTORY bash_completion.d DESTINATION ${CONF_INST_DIR})
endif(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
add_subdirectory(runtime EXCLUDE_FROM_ALL)
add_subdirectory(runtime)