Skip to content

Commit e6c72a5

Browse files
committed
Make elements library explicitly STATIC
1 parent 835dbef commit e6c72a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ source_group("Header Files\\elements"
167167
)
168168

169169
add_subdirectory(infra)
170-
add_library(elements)
170+
add_library(elements STATIC)
171171

172172
target_sources(elements
173173
PRIVATE ${ELEMENTS_SOURCES} ${ELEMENTS_HOST}

0 commit comments

Comments
 (0)