8 lines
104 B
CMake
8 lines
104 B
CMake
add_llvm_library(gtest_main
|
|
TestMain.cpp
|
|
|
|
LINK_LIBS
|
|
gtest
|
|
LLVMSupport # Depends on llvm::cl
|
|
)
|