llvm-for-llvmta/utils/unittest/UnitTestMain/CMakeLists.txt

13 lines
215 B
CMake
Raw Normal View History

2022-04-25 10:02:23 +02:00
add_llvm_library(gtest_main
TestMain.cpp
LINK_LIBS
gtest
LINK_COMPONENTS
Support # Depends on llvm::cl
# This library is not meant to be in the install tree, only the build tree.
BUILDTREE_ONLY
)