1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00

[CMake] LLVMProcessSources.cmake: Add include(CMakeParseArguments).

I didn't realize that cmake_parse_arguments() would require explicit inclusion.

llvm-svn: 199674
This commit is contained in:
NAKAMURA Takumi 2014-01-20 17:05:49 +00:00
parent 3ca0898d9b
commit 606154f6fb

View File

@ -1,4 +1,5 @@
include(AddFileDependencies)
include(CMakeParseArguments)
function(llvm_replace_compiler_option var old new)
# Replaces a compiler option or switch `old' in `var' by `new'.