Include direct.h for _mkdir on mingw32 too.
[oota-llvm.git] / runtime / CMakeLists.txt
index bcdaf8427b5e2b503715a00ba0327cd8f442e01f..502b91dc580d2045f5e24e8b9b4ebe34f6cbb494 100644 (file)
@@ -1 +1,5 @@
+if( NOT LLVM_BUILD_RUNTIME )
+  set(EXCLUDE_FROM_ALL ON)
+endif()
+
 add_subdirectory(libprofile)