mirror of
https://github.com/microsoft/GSL.git
synced 2025-04-02 09:18:33 -04:00
- Use FetchContent to grab googletest - Simplify find_package testing so it's done as a part of ctest - Use the GTest::gtest_main target directly
4 lines
45 B
C++
4 lines
45 B
C++
#include <gsl/gsl>
|
|
|
|
int main() { return 0; }
|