annotate lldb/source/Plugins/SymbolVendor/CMakeLists.txt @ 236:c4bab56944e8 llvm-original

LLVM 16
author kono
date Wed, 09 Nov 2022 17:45:10 +0900
parents 1d019706d866
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
236
c4bab56944e8 LLVM 16
kono
parents: 150
diff changeset
1 add_subdirectory(ELF)
c4bab56944e8 LLVM 16
kono
parents: 150
diff changeset
2
150
anatofuz
parents:
diff changeset
3 if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
anatofuz
parents:
diff changeset
4 add_subdirectory(MacOSX)
anatofuz
parents:
diff changeset
5 endif()
anatofuz
parents:
diff changeset
6
236
c4bab56944e8 LLVM 16
kono
parents: 150
diff changeset
7 add_subdirectory(PECOFF)
150
anatofuz
parents:
diff changeset
8 add_subdirectory(wasm)