Displaying 2 results from an estimated 2 matches for "outputvar".
Did you mean:
outputval
2015 Jun 22
3
[LLVMdev] Long-Term Support for LLVM Projects Extension to Build System?
...()`` to take an optional
keyword which is either STATIC or SHARED. To avoid ambiguity this
means we cannot have a component called "STATIC" or "SHARED", I don't
imagine this would ever happen in practice. So the signature would
look like this
llvm_map_components_to_libnames(OUTPUTVAR [STATIC|SHARED] component0 ...)
- If set to static the static library names will be returned if the
components exists, otherwise emit an error message.
- If SHARED is specified CMake will check that the requested
components were added to the shared library when it was built. For
this to work the...
2015 Jun 19
2
[LLVMdev] Long-Term Support for LLVM Projects Extension to Build System?
On 19 June 2015 at 07:57, Mehdi Amini <mehdi.amini at apple.com> wrote:
> Hi,
>
> If you just want to *link* to LLVM, it is not clear to me why you are not
> just relying on LLVM being built separately and have your project CMake
> pointing to the llvm build directory and using llvm-config to populate the
> linker argument?
This is what I effectively do. Although because I