mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-01-29 07:52:51 -05:00
Fix steamworks downloader
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user