mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-01-29 16:02:53 -05:00
Restored Steamworks SDK v1.62 + linux bin fixer
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user