This file contains hidden or 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
set -e | |
# Demo script: | |
#clone BASIS (or basis template?) | |
export START=`pwd` | |
# build basis | |
echo " | |
############################################ |
This file contains hidden or 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
diff --git a/src/cmake/ProjectTools.cmake b/src/cmake/ProjectTools.cmake | |
index 718174a..cc93775 100644 | |
--- a/src/cmake/ProjectTools.cmake | |
+++ b/src/cmake/ProjectTools.cmake | |
@@ -803,7 +803,15 @@ function (basis_configure_public_headers) | |
# considered include directories | |
basis_get_relative_path (INCLUDE_DIR "${PROJECT_SOURCE_DIR}" "${PROJECT_INCLUDE_DIR}") | |
set (INCLUDE_DIRS "${PROJECT_SOURCE_DIR}/${INCLUDE_DIR}") | |
- | |
+ |
This file contains hidden or 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
##################################################################### | |
# | |
# Find ExampleModule Library | |
# | |
## 1: Output Variables | |
# The following are set after configuration is done: | |
# | |
# ExampleModule_FOUND | |
# | |
# ExampleModule_LIBRARIES |
NewerOlder