1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-20 11:47:46 +00:00

Oops, Steamworks is a SHARED library

This commit is contained in:
Joshua Goins 2022-09-07 23:54:17 -04:00
parent 5fd9ba831d
commit f1b7890e88

View file

@ -29,7 +29,7 @@ if (ENABLE_GAMEMODE)
endif ()
if (ENABLE_STEAM)
add_library(Steamworks IMPORTED STATIC)
add_library(Steamworks IMPORTED SHARED)
set_target_properties(Steamworks PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES ${STEAMWORKS_INCLUDE_DIR}
IMPORTED_LOCATION ${STEAMWORKS_LIBRARIES})