generated from cpp-best-practices/cmake_template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved initial_draft.cpp into a unit test and got it building/running
added dependency to stlab libraries.
- Loading branch information
1 parent
6edff83
commit d0017a0
Showing
7 changed files
with
58 additions
and
300 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,10 @@ function(chains_setup_dependencies) | |
# For each dependency, see if it's | ||
# already been provided to us by a parent project | ||
|
||
if(NOT TARGET stlab::libraries) | ||
cpmaddpackage("gh:stlab/[email protected]") | ||
endif() | ||
|
||
if(NOT TARGET fmtlib::fmtlib) | ||
cpmaddpackage("gh:fmtlib/fmt#9.1.0") | ||
endif() | ||
|
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 was deleted.
Oops, something went wrong.
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.