pabloariasal / modern-cmake-sample

Example library that shows best practices and proper usage of CMake by using targets
MIT License
667 stars 70 forks source link

Feature/test use package #12

Open ClausKlein opened 4 years ago

ClausKlein commented 4 years ago

Use FetchContent to get googletest framework

Add test of installed target and cmake config package Idea from cmake-cookbook https://www.packtpub.com/application-development/cmake-cookbook