-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major structure changes for more neat project:
- multi-directory source code organisation, separate for headers etc... - use CPM to grab dependencies such as Catch, for easier testing on CI - demonstration of where to put public and private header files - Usage of psuedo-targets in CMake to propagate project-wide options, rather than setting them globally - CMake project is exported properly such that it can be found automatically by other CMake projects once installed (install(EXPORT))
- Loading branch information
1 parent
5ee98d6
commit 13f4123
Showing
19 changed files
with
1,063 additions
and
18,234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.