Sha256: b7b2deb566da33528abf13f56c56ccd7872a7971916a7369243789e3fa3f4a3a

Contents?: true

Size: 134 Bytes

Versions: 9

Compression:

Stored size: 134 Bytes

Contents

INCLUDE_DIRECTORIES(./ include)
ADD_LIBRARY(gtest STATIC src/gtest-all.cc)
if(NOT MSVC)
	TARGET_LINK_LIBRARIES(gtest pthread)
endif()

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
cppjieba_rb-0.4.2 ext/cppjieba/deps/gtest/CMakeLists.txt
cppjieba_rb-0.4.1 ext/cppjieba/deps/gtest/CMakeLists.txt
jieba-rb-5.0.0 ext/cppjieba/deps/gtest/CMakeLists.txt
cppjieba_rb-0.3.3 ext/cppjieba/deps/gtest/CMakeLists.txt
cppjieba_rb-0.3.1 ext/cppjieba/deps/gtest/CMakeLists.txt
cppjieba_rb-0.3.0 ext/cppjieba/deps/gtest/CMakeLists.txt
cppjieba_rb-0.2.3 ext/cppjieba/deps/gtest/CMakeLists.txt
cppjieba_rb-0.2.2 ext/cppjieba/deps/gtest/CMakeLists.txt
cppjieba_rb-0.2.1 ext/cppjieba/deps/gtest/CMakeLists.txt