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 f12452e commit d4bfd91Copy full SHA for d4bfd91
cmake/rsp/compiler.cmake
@@ -0,0 +1,10 @@
1
+# -------------------------------------------------------------------------------------------------------------- #
2
+# Compiler utilities
3
4
+
5
+include_guard(GLOBAL)
6
7
+# Debug
8
+message(VERBOSE "rsp/compiler module included")
9
10
+include("rsp/compilers/gcc")
0 commit comments