Fixed steam url

This commit is contained in:
acidicoala
2023-01-30 14:43:25 +03:00
parent aa23be373d
commit 95ceac3d47
6 changed files with 6 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ configure_linker_exports(
FORWARDED_DLL "${STEAMAPI_DLL}_o"
INPUT_SOURCES_DIR "${CMAKE_CURRENT_SOURCE_DIR}/src/game_mode/exports"
INPUT_DLLS "${DLL_INPUT}"
DEP_SOURCES "${STEAM_API_EXPORTS}"
DEP_SOURCES "${STEAM_API_EXPORTS}" # Is this redundant?
)
configure_build_config(extra_build_config)