diff options
author | crupest <crupest@outlook.com> | 2022-01-25 17:42:19 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-25 17:42:19 +0800 |
commit | 839292efaaf8d997b2cbca7abae8c6e575f6c01a (patch) | |
tree | 0f0354fca793e75b90f9d02e86351b2a86601f34 /src/common/CMakeLists.txt | |
parent | 2ed65999ef6f3e1156427dd3efe04353ae657882 (diff) | |
download | cru-839292efaaf8d997b2cbca7abae8c6e575f6c01a.tar.gz cru-839292efaaf8d997b2cbca7abae8c6e575f6c01a.tar.bz2 cru-839292efaaf8d997b2cbca7abae8c6e575f6c01a.zip |
...
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r-- | src/common/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 0316d9e6..481205a0 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -34,7 +34,7 @@ endif() if (WIN32) target_sources(cru_base PRIVATE - io/Win32FileStream.cpp + platform/win/Win32FileStream.cpp platform/win/Exception.cpp ) endif() |