mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
6 lines
134 B
CMake
6 lines
134 B
CMake
INCLUDE_DIRECTORIES(./ include)
|
|
ADD_LIBRARY(gtest STATIC src/gtest-all.cc)
|
|
if(NOT MSVC)
|
|
TARGET_LINK_LIBRARIES(gtest pthread)
|
|
endif()
|