DiligentGraphics/DiligentCore

CMake: improve windows SDK folder detection

TheMostDiligent opened this issue · 1 comments

This will make the commands work outside of VS environment.

The path can be obtained this way:

get_filename_component(CMAKE_DEVKIT_LOCATION ${CMAKE_RC_COMPILER} DIRECTORY)

CMAKE_RC_COMPILER is only set to rc, however CMAKE_AR is set to the full path.