Displaying 1 result from an estimated 1 matches for "msvc_lib_deps_llvm".
2010 Feb 10
1
[LLVMdev] llvm in a subdirectory with cmake
...f CMakeLists.txt ----------------------------------------
As you can see with this patch creating a project using CMake outside of the
LLVM directory structure is as simple as inside.
To this end I made the following CMake variables stored in cache:
LLVM_COMMON_DEPENDS
LLVM_NATIVE_ARCH
llvm_libs
MSVC_LIB_DEPS_LLVM*
Best regards,
Victor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100210/d427976c/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Save-several...