Skip to content

Commit

Permalink
Move run_Glsl2Include into VizFwk folder on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Jan 29, 2024
1 parent 492b382 commit f611dce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f611dce

Please sign in to comment.