Browse Source
wtf
Signed-off-by: crueter <crueter@eden-emu.dev>
update-deps
crueter
2 days ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
1 additions and
1 deletions
-
src/core/CMakeLists.txt
|
|
|
@ -1220,7 +1220,7 @@ target_link_libraries(core PRIVATE |
|
|
|
RenderDoc::API |
|
|
|
ZLIB::ZLIB) |
|
|
|
|
|
|
|
target_link_libraries(core PRIVATE httplib::httplib) |
|
|
|
target_link_libraries(core PUBLIC httplib::httplib zstd::zstd) |
|
|
|
|
|
|
|
if (ENABLE_WEB_SERVICE) |
|
|
|
target_compile_definitions(core PUBLIC ENABLE_WEB_SERVICE) |
|
|
|
|