Displaying 3 results from an estimated 3 matches for "gtlcore".
Did you mean:
glcore
2010 Jun 14
0
[LLVMdev] CMake sample project?
...ilding with MSVC.
The LLVM_NATIVE_OBJECTS part of FIND_LLVM_LIBS is probably not needed anymore,
since everything seems to be shipped as static library nowdays.
[1] http://bitbucket.org/opengtl/opengtl/src/tip/cmake/modules/FindLLVM.cmake
[2]
http://bitbucket.org/opengtl/opengtl/src/tip/OpenGTL/GTLCore/CMakeLists.txt
--
Cyrille Berger
2010 Jun 13
2
[LLVMdev] CMake sample project?
I built the list by hand though trial and error. I'm not sure if and how
llvm-config works with cmake. Its seems now that I got the
right dependencies in the right order, there have been no
ongoing maintenance issues.
On Sun, Jun 13, 2010 at 4:32 PM, sam lee <skynare at gmail.com> wrote:
> Ah, thank you so much.
> How did you get the list of target_link_libraries() ?
> Did you
2010 Jun 15
1
[LLVMdev] CMake sample project?
...VE_OBJECTS part of FIND_LLVM_LIBS is probably not needed
> anymore,
> since everything seems to be shipped as static library nowdays.
>
> [1]
> http://bitbucket.org/opengtl/opengtl/src/tip/cmake/modules/FindLLVM.cmake
> [2]
> http://bitbucket.org/opengtl/opengtl/src/tip/OpenGTL/GTLCore/CMakeLists.txt
>
> --
> Cyrille Berger
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An H...