From 039d7e8249c826e77b657057336a5fa0b90dbbfe Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Mon, 29 Jan 2024 15:39:04 +0100 Subject: [PATCH] Move run_Glsl2Include into VizFwk folder on Windows --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index c95c507f7f..c2685525d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -717,6 +717,10 @@ 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