summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/DynamicLoader/CMakeLists.txt
blob: c14740d053795da8db8cb29fc6ea48cb500b0489 (plain)
1
2
3
4
5
6
7
8
add_subdirectory(MacOSX-DYLD)
add_subdirectory(POSIX-DYLD)
add_subdirectory(Static)

if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
  add_subdirectory(Darwin-Kernel)
endif()

OpenPOWER on IntegriCloud