[cmake] Copy llvm-driver-template.cpp.in into build dir as well

We were copying it into the installed version of the directory,
but not into the one in the build directory. Because of that it
was not directly usable as a cmake module by subprojects that
also use the driver functionality.
This commit is contained in:
Nikita Popov 2022-12-21 11:40:33 +01:00
parent e467a42943
commit 673ce56291

View File

@ -108,6 +108,7 @@ file(COPY .
NO_SOURCE_PERMISSIONS
FILES_MATCHING PATTERN *.cmake
PATTERN CMakeFiles EXCLUDE
PATTERN llvm-driver-template.cpp.in
)
#