aboutsummaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-02-03 17:55:00 +0800
committercrupest <crupest@outlook.com>2022-02-03 17:55:00 +0800
commit5aca7b099c46a87a859f40110efce708200a4bc8 (patch)
tree76a0daef247ab2b2269eebdbbda10134f213d1ca /src/common/CMakeLists.txt
parentd15172cfe1ac8558567c1b1c10c2e671b0d1f033 (diff)
downloadcru-5aca7b099c46a87a859f40110efce708200a4bc8.tar.gz
cru-5aca7b099c46a87a859f40110efce708200a4bc8.tar.bz2
cru-5aca7b099c46a87a859f40110efce708200a4bc8.zip
...
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index 3294b2f0..706f0ed0 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -35,9 +35,13 @@ endif()
if (WIN32)
target_sources(cru_base PRIVATE
platform/win/BridgeComStream.cpp
- platform/win/Win32FileStream.cpp
+ platform/win/ComAutoInit.cpp
+ platform/win/StreamConvert.cpp
platform/win/Exception.cpp
+ platform/win/Win32FileStream.cpp
)
+
+ target_link_libraries(cru_base PUBLIC Shlwapi.lib)
endif()
if (WIN32)