summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/QCC-C.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/Compiler/QCC-C.cmake')
-rw-r--r--Modules/Compiler/QCC-C.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/Compiler/QCC-C.cmake b/Modules/Compiler/QCC-C.cmake
index ae4a2f4..6db619e 100644
--- a/Modules/Compiler/QCC-C.cmake
+++ b/Modules/Compiler/QCC-C.cmake
@@ -1,2 +1,5 @@
+# To include compiler feature detection
+include(Compiler/GNU-C)
+
include(Compiler/QCC)
__compiler_qcc(C)