NAKAMURA Takumi <geek4civic at gmail.com> writes:
> The variable ${llvm_libs} should be global property.
Yes.
> btw, how about ${llvm_lib_targets} ? I have no idea.
Possibly I'll remove it.
> -set(llvm_libs @llvm_libs@)
> +set_property( GLOBAL PROPERTY LLVM_LIBS "@llvm_libs@")
Thanks for the fix.