[HLSL] Implement RWBuffer::operator[] via __builtin_hlsl_resource_getpointer (#117017)
[llvm-project.git] / lldb / unittests / ScriptInterpreter / Python / CMakeLists.txt
blobdaaf40dceff1dbf0e9c7f845bbbc164f4d2d8964
1 if (APPLE AND LLVM_ENABLE_LOCAL_SUBMODULE_VISIBILITY)
2   # Work around an issue with the Python headers, which have a modular include
3   # inside an extern "C" block.
4   remove_module_flags()
5 endif()
7 add_lldb_unittest(ScriptInterpreterPythonTests
8   PythonDataObjectsTests.cpp
9   PythonTestSuite.cpp
11   LINK_LIBS
12     lldbHost
13     lldbPluginScriptInterpreterPython
14     LLVMTestingSupport
15   LINK_COMPONENTS
16     Support
17   )
19 if(Python3_RPATH)
20   set_property(TARGET ScriptInterpreterPythonTests APPEND PROPERTY BUILD_RPATH "${Python3_RPATH}")
21 endif()