aboutsummaryrefslogtreecommitdiff
path: root/test/common/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/common/CMakeLists.txt')
-rw-r--r--test/common/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/common/CMakeLists.txt b/test/common/CMakeLists.txt
index 38c15000..600c18c3 100644
--- a/test/common/CMakeLists.txt
+++ b/test/common/CMakeLists.txt
@@ -8,13 +8,14 @@ target_link_libraries(cru_base_test PRIVATE cru_base cru_test_base)
if (UNIX)
target_sources(cru_base_test PRIVATE
- io/UnixFileStreamTest.cpp
+ platform/unix/UnixFileStreamTest.cpp
)
endif()
if (WIN32)
target_sources(cru_base_test PRIVATE
- io/Win32FileStreamTest.cpp
+ platform/win/StreamConvertTest.cpp
+ platform/win/Win32FileStreamTest.cpp
)
add_custom_command(TARGET cru_base_test POST_BUILD