dolphin/Externals/gtest/CMakeLists.txt

3 lines
94 B
CMake
Raw Normal View History

include_directories(.)
add_library(gtest EXCLUDE_FROM_ALL src/gtest-all.cc src/gtest_main.cc)