[Workflow] Try to fix code-formatter failing to find changes in some cases.
[llvm-project.git] / lldb / unittests / API / CMakeLists.txt
blob2f066f26d8aaf4d11935309a065013f7491063b9
1 add_lldb_unittest(APITests
2   SBCommandInterpreterTest.cpp
4   LINK_LIBS
5     liblldb
6   )
8 if(Python3_RPATH)
9   set_property(TARGET APITests APPEND PROPERTY BUILD_RPATH "${Python3_RPATH}")
10 endif()