ucloud-iot-device-sdk-c/external_libs/googletest/CMakeLists.txt

4 lines
145 B
CMake
Raw Permalink Normal View History

2019-08-01 10:30:53 +08:00
include_directories(include .)
add_library(gtest src/gtest-all.cc src/gtest_main.cc)
set_target_properties(gtest PROPERTIES LINKER_LANGUAGE CXX)