mirror of
1
0
Fork 0
modern-cmake/chapters
Henry Schreiner 35f0258d43 Adding version badges 2020-03-23 21:19:01 -04:00
..
basics Fix #27 2020-01-30 11:37:28 -05:00
features Fix #29, found by @Per 2020-01-30 11:32:26 -05:00
install Adding note on exporting 2019-07-19 11:22:54 -04:00
intro Adding version badges 2020-03-23 21:19:01 -04:00
packages Promoting the new way 2019-08-08 17:20:21 -04:00
projects Update fetch.md 2019-11-09 05:15:09 +00:00
testing I lost over a day trying to figure out why I couldn't set a working directory for tests. It turns out, you can't (at least for Visual Studio projects) if you used gtest_add_tests, but it works just fine using the more up to date gtest_discover_tests. This PR is written to facilitate two very common needs of testers: access to a working directory and the ability to include libraries (since, tests are often written to tests libraries.) 2019-09-26 23:17:15 +00:00
basics.md Updates for recent CMake changes, more info about languages 2019-07-31 11:36:19 -04:00
features.md Some updates from AmpGen work 2018-04-05 23:25:03 +02:00
install.md Adding cpack chapter 2018-03-31 08:12:42 +02:00
packages.md Better internal structure 2018-03-30 08:53:16 +02:00
projects.md Adding catch and some fixes 2018-03-30 15:15:37 +02:00
testing.md Adding extended example 2019-08-07 05:06:55 +00:00