mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-05-15 08:42:52 -04:00
Fixed unicode paths
This commit is contained in:
@@ -17,11 +17,7 @@ target_include_directories(BS_thread_pool INTERFACE ${BS_thread_pool_SOURCE_DIR}
|
||||
### Steamworks Downloader executable
|
||||
|
||||
add_executable(steamworks_downloader steamworks_downloader.cpp)
|
||||
target_link_libraries(steamworks_downloader PRIVATE
|
||||
KoalaBox
|
||||
cpr # HTTP client
|
||||
miniz # ZIP library TODO: Use koalabox instead
|
||||
)
|
||||
target_link_libraries(steamworks_downloader PRIVATE KoalaBox)
|
||||
|
||||
### Steamworks Parser executable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user