Adding temporary compiler option for printing included headers while compiling
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user