We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515b802 commit 8dddc65Copy full SHA for 8dddc65
cmake/README.md
@@ -3,7 +3,7 @@
3
## Configuration files for cmake build environment
4
5
env.cmake
6
-Environment variables for ModernCppCore
+Environment variables
7
8
doxygen.cmake
9
Template for running doxygen - not yet usable
@@ -14,4 +14,4 @@ Overall find package to use these variables in other cmake files
14
## Add environment variables
15
16
Open env.cmake and create a new include directory:
17
-set(MCC_SOURCES_MYSHAREDINCLUDE ${MCC_SOURCES_SHARED}/MySharedInclude)
+set(SOURCES_MYSHAREDINCLUDE ${SOURCES_SHARED}/MySharedInclude)
0 commit comments