--- tools/lldb/source/Host/CMakeLists.txt.orig 2015-07-13 10:44:55 UTC +++ tools/lldb/source/Host/CMakeLists.txt @@ -123,6 +123,13 @@ else() linux/ThisThread.cpp ) endif() + elseif (CMAKE_SYSTEM_NAME MATCHES "BSDSUniX") + add_host_subdirectory(bsdsunix + bsdsunix/Host.cpp + bsdsunix/HostInfoBSDSUniX.cpp + bsdsunix/HostThreadBSDSUniX.cpp + bsdsunix/ThisThread.cpp + ) elseif (CMAKE_SYSTEM_NAME MATCHES "FreeBSD") add_host_subdirectory(freebsd freebsd/Host.cpp