Displaying 3 results from an estimated 3 matches for "dircotry".
Did you mean:
direcotry
2016 Oct 10
2
Embedding llvm as a git submodule in Project
...it has been
> installed.
>
>
> -- Configuring incomplete, errors occurred!
> See also "/home/timoo/Schreibtisch/build/CMakeFiles/CMakeOutput.log"
>
>
> I added the PATHS to find_package becouse the command must find the files.
>
> In the llvm/cmake/modules dircotry are:
>
> LLVM-Config.cmake (instead of lower case) and
>
> LLVMConfig.cmake.in (.in added at end)
>
>
> So what must I do?
>
>
>
> Am 09.10.2016 um 16:18 schrieb Timo Janssen:
>
>> Hi all.
>>
>>
>> I want to use llvm in my project and I wa...
2016 Oct 09
3
Embedding llvm as a git submodule in Project
Hi all.
I want to use llvm in my project and I want to make llvm a git submodule
in my project.
http://llvm.org/docs/CMake.html#embedding-llvm-in-your-project
At this in the documentation it claims to describe how to embed llvm
into a project. I tried it that way but it doesn't work, because there
isn't any findLLVM.cmake in the llvm/cmake/modules directory anymore (i
don't
2016 Oct 10
2
Embedding llvm as a git submodule in Project
...gt;
>>
>> -- Configuring incomplete, errors occurred!
>> See also "/home/timoo/Schreibtisch/build/CMakeFiles/CMakeOutput.log"
>>
>>
>> I added the PATHS to find_package becouse the command must find the files.
>>
>> In the llvm/cmake/modules dircotry are:
>>
>> LLVM-Config.cmake (instead of lower case) and
>>
>> LLVMConfig.cmake.in (.in added at end)
>>
>>
>> So what must I do?
>>
>>
>>
>> Am 09.10.2016 um 16:18 schrieb Timo Janssen:
>>
>>> Hi all.
>>>
>...