]> granicus.if.org Git - llvm/commit
[CMake] Add custom target to create build directory
authorJonas Hahnfeld <hahnjo@hahnjo.de>
Wed, 8 Nov 2017 14:31:51 +0000 (14:31 +0000)
committerJonas Hahnfeld <hahnjo@hahnjo.de>
Wed, 8 Nov 2017 14:31:51 +0000 (14:31 +0000)
commit41dfa199812175214ccbe7fb6a366e9485ef8b29
treedba5f988fb82bd297705819c2f7467025e0c7e65
parenta3ad9bd475bf7eb9529a5103be4354730e99fb01
[CMake] Add custom target to create build directory

CMake does a poor job in tracking dependencies on files and directories
directly. Create custom target similar to the configuration step.
On my system, this avoids the reconfiguration on each build.

Differential Revision: https://reviews.llvm.org/D39298

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317694 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/CrossCompile.cmake