view lldb/unittests/Editline/CMakeLists.txt @ 213:25ca0248ac32

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 11 Jul 2021 17:05:31 +0900
parents 2e18cbf3894f
children
line wrap: on
line source

add_lldb_unittest(EditlineTests
  EditlineTest.cpp

  LINK_LIBS
    lldbHost
    lldbUtility
    LLVMTestingSupport
  )