xref: /llvm-project/lldb/unittests/Platform/CMakeLists.txt (revision a114ec0c6dc052832ec3dc1f65c9e221e3272925)
1add_lldb_unittest(LLDBPlatformTests
2  PlatformAppleSimulatorTest.cpp
3  PlatformDarwinTest.cpp
4  PlatformMacOSXTest.cpp
5  PlatformSiginfoTest.cpp
6  PlatformTest.cpp
7
8  LINK_LIBS
9    lldbPluginPlatformFreeBSD
10    lldbPluginPlatformLinux
11    lldbPluginPlatformMacOSX
12    lldbPluginPlatformNetBSD
13  LINK_COMPONENTS
14    Support
15  )
16
17add_subdirectory(Android)
18