summaryrefslogtreecommitdiffstats
path: root/lib/gtest/CMakeLists.txt
blob: 1279f7d948e1954e247e4f91590326b278353dc2 (plain)
1
2
3
4
5
6
7
8
9
cmake_minimum_required(VERSION 2.8)

include_directories(. include)

# pthread is not necessary
add_definitions(-DGTEST_HAS_PTHREAD=0)

# gtest-all.cc includes all other sources
add_library(gtest STATIC src/gtest-all.cc)