summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GoogleTest/GoogleTestDefSourceLine.cmake
blob: 19e41c0b1661e558254645e86a2694e981f52341 (plain)
1
2
3
4
5
6
7
8
9
10
11
enable_language(CXX)
include(GoogleTest)

enable_testing()

include(xcode_sign_adhoc.cmake)

add_executable(fake_gtest fake_gtest.cpp)
xcode_sign_adhoc(fake_gtest)

gtest_discover_tests(fake_gtest)