hanchenye-llvm-project/lldb/tools/CMakeLists.txt

8 lines
201 B
CMake
Raw Normal View History

if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
add_subdirectory(debugserver)
endif()
if (NOT CMAKE_SYSTEM_NAME MATCHES "Windows")
add_subdirectory(driver)
add_subdirectory(lldb-platform)
endif()