Use hyphens in cmake instead of underscores when appropriate
Compare changes
exple-cmake-build/config-examples/config.txt
0 → 100644
+ 1
− 0
We prefer hyphens ("-") over underscores inside file names. This should be applied to CMakeLists.txt as well.
Closes #3 (closed).