diff options
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() |