Check*: Added include guards

This commit is contained in:
Cristian Adam
2017-09-29 02:37:00 +02:00
parent 65f21a7ead
commit 4d611868df
21 changed files with 36 additions and 3 deletions
+1
View File
@@ -60,6 +60,7 @@ Check if given C source compiles and links into an executable.
#]=======================================================================]
include_guard(GLOBAL)
macro(CHECK_C_SOURCE_COMPILES SOURCE VAR)
if(NOT DEFINED "${VAR}")