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:
parent
5fd9ba831d
commit
f1b7890e88
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ if (ENABLE_GAMEMODE)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
if (ENABLE_STEAM)
|
if (ENABLE_STEAM)
|
||||||
add_library(Steamworks IMPORTED STATIC)
|
add_library(Steamworks IMPORTED SHARED)
|
||||||
set_target_properties(Steamworks PROPERTIES
|
set_target_properties(Steamworks PROPERTIES
|
||||||
INTERFACE_INCLUDE_DIRECTORIES ${STEAMWORKS_INCLUDE_DIR}
|
INTERFACE_INCLUDE_DIRECTORIES ${STEAMWORKS_INCLUDE_DIR}
|
||||||
IMPORTED_LOCATION ${STEAMWORKS_LIBRARIES})
|
IMPORTED_LOCATION ${STEAMWORKS_LIBRARIES})
|
||||||
|
|
Loading…
Add table
Reference in a new issue