GSL/tests/integration/main.cpp
Juan Ramos 607753a657 Simplify CMake test code
- 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
2024-10-23 16:24:17 -07:00

4 lines
45 B
C++

#include <gsl/gsl>
int main() { return 0; }