mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:19:08 +08:00
3975146c8a
* [json-c] update to version 0.17 2023-08-12 * [json-c] update version database * [clamav] update to version 0.103.11 * [clamav] update version db * [clamav] add patch to compile isnt.cpp on windows * [clamav] update version db * [clamav] remove extra port version * [clamav] update version db * fix cmakelists.txt * update version * fix cmakelists.txt * update git-tree * remove fix-cmakelists.patch * update git-tree * format * update git-tree --------- Co-authored-by: Monica <liuyumei01@beyondsoft.com>
13 lines
426 B
Diff
13 lines
426 B
Diff
diff --git a/libclamunrar/CMakeLists.txt b/libclamunrar/CMakeLists.txt
|
|
index f7ce3848e..5bae50aca 100644
|
|
--- a/libclamunrar/CMakeLists.txt
|
|
+++ b/libclamunrar/CMakeLists.txt
|
|
@@ -85,6 +85,7 @@ target_sources( clamunrar
|
|
"dll.hpp" )
|
|
if(WIN32)
|
|
set_target_properties(clamunrar PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS ON)
|
|
+ target_sources( clamunrar PRIVATE "isnt.cpp")
|
|
endif()
|
|
|
|
# Public (forwarded) dependencies.
|