mirror of
https://github.com/OpenCMT/uLib.git
synced 2025-12-06 07:21:31 +01:00
switch to git no-history version
This commit is contained in:
12
CMake/uLibMacros.cmake
Normal file
12
CMake/uLibMacros.cmake
Normal file
@@ -0,0 +1,12 @@
|
||||
#if(ULIB_MACROS_CMAKE)
|
||||
# return()
|
||||
#endif()
|
||||
#set(ULIB_MACROS_CMAKE 1)
|
||||
|
||||
|
||||
function(include_guard var)
|
||||
if(${var})
|
||||
return()
|
||||
endif()
|
||||
set(${var} 1)
|
||||
endfunction()
|
||||
Reference in New Issue
Block a user