diff --git a/lldb/unittests/Protocol/CMakeLists.txt b/lldb/unittests/Protocol/CMakeLists.txt index dd75f4ab1d8b6..801662b0544d8 100644 --- a/lldb/unittests/Protocol/CMakeLists.txt +++ b/lldb/unittests/Protocol/CMakeLists.txt @@ -1,13 +1,6 @@ -set(PROTOCOL_TEST_SOURCES - ProtocolMCPTest.cpp -) - -if(NOT WIN32) - list(APPEND PROTOCOL_TEST_SOURCES ProtocolMCPServerTest.cpp) -endif() - add_lldb_unittest(ProtocolTests - ${PROTOCOL_TEST_SOURCES} + ProtocolMCPTest.cpp + ProtocolMCPServerTest.cpp LINK_LIBS lldbCore @@ -16,4 +9,4 @@ add_lldb_unittest(ProtocolTests lldbPluginPlatformMacOSX lldbPluginProtocolServerMCP LLVMTestingSupport -) + )