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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
197 B
CMake
Raw Normal View History

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