Skip to content

Commit d4bfd91

Browse files
committed
Add compiler module
1 parent f12452e commit d4bfd91

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

cmake/rsp/compiler.cmake

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)