Adding temporary compiler option for printing included headers while compiling

This commit is contained in:
AgCaliva
2023-09-08 21:10:48 -03:00
parent e64c5ee399
commit b3a2aa41f2

View File

@@ -3,6 +3,7 @@
# https://cmake.org/cmake/help/v3.8/manual/cmake-compile-features.7.html
macro(CompilerChecksAndSetups)
set(CMAKE_CXX_FLAGS "/showIncludes ${CMAKE_CXX_FLAGS}")
if (${CMAKE_CXX_COMPILER_ID} MATCHES "Clang")
set(CMAKE_COMPILER_IS_CLANGXX TRUE)
endif (${CMAKE_CXX_COMPILER_ID} MATCHES "Clang")