Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
[linux] fix dependencies for input and fix linking on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed Jun 6, 2022
1 parent c647ced commit 6b1cce4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/input/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
STORM_SETUP(
TARGET_NAME input
TYPE library
DEPENDENCIES sdl
DEPENDENCIES common sdl
)
2 changes: 2 additions & 0 deletions src/libs/renderer/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
if (WIN32)
set(SYSTEM_DEPS "legacy_stdio_definitions")
else()
set(SYSTEM_DEPS "${DXVK_NATIVE_D3D9_LIB}")
endif()

STORM_SETUP(
Expand Down

0 comments on commit 6b1cce4

Please sign in to comment.