This website requires JavaScript.
Explore
Help
Sign In
docs
/
modern-cmake
Watch
1
Star
0
Fork
0
You've already forked modern-cmake
mirror of
synced
2024-12-22 12:40:00 +01:00
Code
Issues
Releases
Wiki
Activity
modern-cmake
/
chapters
History
Henry Schreiner
e963c07063
Merge branch 'henryiii-316' into 'master'
...
New CMake version See merge request
CLIUtils/modern-cmake!24
2019-11-26 18:59:23 +00:00
..
basics
Adding minor updates to structure based on recent new example
2019-08-07 17:13:17 -04:00
features
Adding debugger example
2019-08-09 23:00:37 -04:00
install
Adding note on exporting
2019-07-19 11:22:54 -04:00
intro
New CMake version
2019-11-26 13:52:10 -05: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