llvm-project/lldb/tools/debugserver
John Ericson df31ff1b29 [cmake] Make include(GNUInstallDirs) always below project(..)
Its defaulting logic must go after `project(..)` to work correctly,  but `project(..)` is often in a standalone condition making this
awkward, since the rest of the condition code may also need GNUInstallDirs.

The good thing is there are the various standalone booleans, which I had missed before. This makes splitting the conditional blocks less awkward.

Reviewed By: arichardson, phosek, beanz, ldionne, #libunwind, #libc, #libc_abi

Differential Revision: https://reviews.llvm.org/D117639
2022-01-20 18:59:17 +00:00
..
debugserver.xcodeproj Fix Xcode project for debugserver 2021-10-15 15:08:06 -07:00
resources [debugserver] Various plist changes 2021-01-08 18:53:08 -08:00
scripts
source [lldb] [debugserver] Simplify handling of arch specific files 2022-01-06 10:23:04 +02:00
CMakeLists.txt [cmake] Make include(GNUInstallDirs) always below project(..) 2022-01-20 18:59:17 +00:00