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
arcady-lunarg committed May 23, 2023
1 parent a5bf699 commit 802fad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glslang/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ set(RESOURCELIMITS_HEADERS
Public/resource_limits_c.h
)

add_library(glslang-default-resource-limits ${RESOURCELIMITS_SOURCES} ${RESOURCELIMITS_HEADERS})
add_library(glslang-default-resource-limits STATIC ${RESOURCELIMITS_SOURCES} ${RESOURCELIMITS_HEADERS})
set_target_properties(glslang-default-resource-limits PROPERTIES
VERSION "${GLSLANG_VERSION}"
SOVERSION "${GLSLANG_VERSION_MAJOR}"
Expand Down

0 comments on commit 802fad5

Please sign in to comment.