Skip to content

Commit

Permalink
CMake: Make glslang-default-resource-limits STATIC
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga committed Mar 7, 2022
1 parent 538231d commit 0e40018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StandAlone/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ add_custom_command(

#add_custom_target(glslangValidator DEPENDS ${GLSLANG_INTRINSIC_H})

add_library(glslang-default-resource-limits
add_library(glslang-default-resource-limits STATIC
${CMAKE_CURRENT_SOURCE_DIR}/ResourceLimits.cpp
${CMAKE_CURRENT_SOURCE_DIR}/resource_limits_c.cpp)
set_property(TARGET glslang-default-resource-limits PROPERTY FOLDER glslang)
Expand Down

0 comments on commit 0e40018

Please sign in to comment.