-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding a configurable string to set the Universal include library to …
…be used
- Loading branch information
1 parent
ddf5e9b
commit 7281bd9
Showing
3 changed files
with
3 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
file (GLOB SRCS "./*.cpp") | ||
|
||
# Universal is a C++ header-only library, so we do not need to build anything | ||
include_directories(${STARTER_ROOT_DIR}/ext/stillwater-sc/universal/include) | ||
include_directories(${STARTER_UNIVERSAL_INCLUDE_DIR}) | ||
|
||
# create a ctest target for every individual cpp file in this directory | ||
compile_all("true" "testprefix" "Tests/example" "${SRCS}") |