Restored Steamworks SDK v1.62 + linux bin fixer

This commit is contained in:
acidicoala
2025-09-20 23:27:03 +05:00
parent f30aee0da9
commit bdbd02087c
146 changed files with 17860 additions and 6 deletions

View File

@@ -17,8 +17,12 @@ target_include_directories(BS_thread_pool INTERFACE ${BS_thread_pool_SOURCE_DIR}
### Steamworks Downloader executable
CPMAddPackage("gh:serge1/ELFIO#Release_3.12")
add_executable(steamworks_downloader src/steamworks_downloader.cpp)
target_link_libraries(steamworks_downloader PRIVATE KoalaBox)
target_link_libraries(steamworks_downloader PRIVATE
KoalaBox
elfio
)
### Steamworks Parser executable