Fix steamworks downloader

This commit is contained in:
acidicoala
2025-12-26 19:38:24 +05:00
parent e09cd7cef2
commit 5aa97db828
9 changed files with 15 additions and 8 deletions

View File

@@ -7,6 +7,11 @@ project(SmokeAPITools LANGUAGES CXX)
add_executable(steamworks_downloader src/steamworks_downloader.cpp)
target_link_libraries(steamworks_downloader PRIVATE KoalaBoxTools)
# TODO: Deduplicate this from Koalabox/CMakeLists.txt
## https://github.com/serge1/ELFIO
CPMAddPackage("gh:serge1/ELFIO#Release_3.12")
target_link_libraries(steamworks_downloader PUBLIC elfio)
### Steamworks Parser executable
add_executable(steamworks_parser src/steamworks_parser.cpp)