[Lldb-commits] [PATCH] D47792: Fix up Info.plist when building LLDB.framework with CMake
Stephane Sezer via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 5 16:21:04 PDT 2018
sas added inline comments.
================
Comment at: source/API/CMakeLists.txt:184
+ set(EXECUTABLE_NAME "LLDB")
+ set(CURRENT_PROJECT_VERSION "360.99.0")
set_target_properties(liblldb PROPERTIES
----------------
Hardcoding this here isn't ideal. Where did you get this number from? Is there a way to fetch it from a single location?
https://reviews.llvm.org/D47792
More information about the lldb-commits
mailing list