Move run_Glsl2Include into VizFwk folder on Windows

This commit is contained in:
Magne Sjaastad 2024-01-29 15:41:54 +01:00
parent 492b3823af
commit 0ff5365406

View File

@ -717,6 +717,9 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
endif()
set_property(TARGET ${VIZ_FWK_LIBRARIES} PROPERTY FOLDER "VizFwk")
if(WIN32)
set_property(TARGET run_Glsl2Include PROPERTY FOLDER "VizFwk")
endif()
# ##############################################################################
# Application Framework