1
Fork 0
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:
Joshua Goins 2022-10-25 11:12:36 -04:00
parent a7db72bae4
commit 0fa7896e55

View file

@ -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)