diff options
author | crupest <crupest@outlook.com> | 2022-02-03 17:55:00 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-02-03 17:55:00 +0800 |
commit | 5aca7b099c46a87a859f40110efce708200a4bc8 (patch) | |
tree | 76a0daef247ab2b2269eebdbbda10134f213d1ca /src/common/CMakeLists.txt | |
parent | d15172cfe1ac8558567c1b1c10c2e671b0d1f033 (diff) | |
download | cru-5aca7b099c46a87a859f40110efce708200a4bc8.tar.gz cru-5aca7b099c46a87a859f40110efce708200a4bc8.tar.bz2 cru-5aca7b099c46a87a859f40110efce708200a4bc8.zip |
...
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r-- | src/common/CMakeLists.txt | 6 |
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) |