Skip to content

Commit

Permalink
Merge pull request #271 from AnyOldName3/and-another-one
Browse files Browse the repository at this point in the history
Explicitly mark another library as static
  • Loading branch information
Altren authored Oct 29, 2024
2 parents a7a4d25 + 32e39f8 commit 8160d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ SOURCE_GROUP("Base" FILES
Input/SDL/ResourceSDLPointer.cpp
)

add_library(${PROJECTNAME} ${HEADER_FILES} ${SOURCE_FILES})
add_library(${PROJECTNAME} STATIC ${HEADER_FILES} ${SOURCE_FILES})

mygui_set_platform_name(${MYGUI_RENDERSYSTEM})
add_dependencies(${PROJECTNAME} MyGUI.${MYGUI_PLATFORM_NAME}Platform)
Expand Down

0 comments on commit 8160d41

Please sign in to comment.