Only build Steamshim if building for Steam
This commit is contained in:
parent
8aa3f1dcfc
commit
0deb8e67c2
|
|
@ -314,6 +314,7 @@ IF(APPLE)
|
|||
ENDIF()
|
||||
|
||||
# Steamshim
|
||||
IF(STEAM)
|
||||
IF(NOT WIN32)
|
||||
set(STEAMSHIM_SOURCES
|
||||
steamshim_parent/steamshim_parent.cpp
|
||||
|
|
@ -348,3 +349,4 @@ IF(NOT WIN32)
|
|||
target_link_libraries(steamshim steam_api)
|
||||
ENDIF()
|
||||
ENDIF()
|
||||
ENDIF()
|
||||
|
|
|
|||
Loading…
Reference in New Issue