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 039d7e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 039d7e8

Please sign in to comment.