mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Only build Steamshim if building for Steam
This commit is contained in:
parent
8aa3f1dcfc
commit
0deb8e67c2
1 changed files with 28 additions and 26 deletions
|
|
@ -314,7 +314,8 @@ IF(APPLE)
|
|||
ENDIF()
|
||||
|
||||
# Steamshim
|
||||
IF(NOT WIN32)
|
||||
IF(STEAM)
|
||||
IF(NOT WIN32)
|
||||
set(STEAMSHIM_SOURCES
|
||||
steamshim_parent/steamshim_parent.cpp
|
||||
)
|
||||
|
|
@ -347,4 +348,5 @@ IF(NOT WIN32)
|
|||
ELSE()
|
||||
target_link_libraries(steamshim steam_api)
|
||||
ENDIF()
|
||||
ENDIF()
|
||||
ENDIF()
|
||||
|
|
|
|||
Loading…
Reference in a new issue