mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 19:57:45 +00:00
When building for Flatpak, include steamworks
This commit is contained in:
parent
a7db72bae4
commit
0fa7896e55
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ if (ENABLE_STEAM)
|
|||
set_target_properties(Steamworks PROPERTIES
|
||||
INTERFACE_INCLUDE_DIRECTORIES ${STEAMWORKS_INCLUDE_DIR}
|
||||
IMPORTED_LOCATION ${STEAMWORKS_LIBRARIES})
|
||||
|
||||
if(BUILD_FLATPAK)
|
||||
install(IMPORTED_RUNTIME_ARTIFACTS Steamworks)
|
||||
endif()
|
||||
endif ()
|
||||
|
||||
find_package(Qt5Keychain REQUIRED)
|
||||
|
|
Loading…
Add table
Reference in a new issue