File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,6 @@ target_include_directories(DiligentCore-IncludeTest PRIVATE ../../..)
4040target_link_libraries (DiligentCore-IncludeTest PRIVATE Diligent-BuildSettings)
4141set_common_target_properties(DiligentCore-IncludeTest)
4242
43- # TODO: remove if vulkan_core.h is fixed (https://github.com/KhronosGroup/Vulkan-Headers/issues/214)
44- if (VULKAN_SUPPORTED)
45- file (GLOB GRAPHICS_ENGINE_VK_INC_TEST LIST_DIRECTORIES false GraphicsEngineVk/*.cpp GraphicsEngineVk/*.c)
46- set_property (SOURCE ${GRAPHICS_ENGINE_VK_INC_TEST} APPEND PROPERTY INCLUDE_DIRECTORIES "${CMAKE_CURRENT_SOURCE_DIR} /../../ThirdParty/Vulkan-Headers/include" )
47- endif ()
48-
4943if (MSVC )
5044 set_target_properties (DiligentCore-IncludeTest PROPERTIES
5145 STATIC_LIBRARY_FLAGS "/IGNORE:4221"
You can’t perform that action at this time.
0 commit comments