llvm-project/lldb/unittests/Platform/CMakeLists.txt

12 lines
197 B
CMake

add_lldb_unittest(LLDBPlatformTests
PlatformAppleSimulatorTest.cpp
PlatformDarwinTest.cpp
LINK_LIBS
lldbPluginPlatformMacOSX
LINK_COMPONENTS
Support
)
add_subdirectory(Android)