You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMake/01 CMake - Basics and Scripting.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ Contains a syntax reference for CMake. We'll be going through some concepts, the
14
14
- Understood the linkage and build concepts from [this tutorial](../C++/08%20C++%20-%20Linkages%20and%20Preprocessor%20Directives.md)
15
15
- The tutorial is written with Linux users in mind, specifically Ubuntu
16
16
- But the scripting section should apply in general
17
+
- Recommended: Check out this [15 minute tutorial](https://preshing.com/20170522/learn-cmakes-scripting-language-in-15-minutes/) to familiarise yourself with CMake!
17
18
18
19
19
20
@@ -916,4 +917,4 @@ message(${n}) # This is legal! Since macros constrain no scopes
916
917
917
918
---
918
919
919
-
[.png)](https://www.buymeacoffee.com/methylDragon)
920
+
[.png)](https://www.buymeacoffee.com/methylDragon)
0 commit comments