mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Move run_Glsl2Include into VizFwk folder on Windows
This commit is contained in:
parent
492b3823af
commit
0ff5365406
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user