colobot/lib/gtest/CMakeLists.txt

7 lines
154 B
CMake
Raw Normal View History

cmake_minimum_required(VERSION 2.8)
include_directories(. include)
# gtest-all.cc includes all other sources
add_library(gtest STATIC src/gtest-all.cc)