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 /test/common/CMakeLists.txt | |
parent | d15172cfe1ac8558567c1b1c10c2e671b0d1f033 (diff) | |
download | cru-5aca7b099c46a87a859f40110efce708200a4bc8.tar.gz cru-5aca7b099c46a87a859f40110efce708200a4bc8.tar.bz2 cru-5aca7b099c46a87a859f40110efce708200a4bc8.zip |
...
Diffstat (limited to 'test/common/CMakeLists.txt')
-rw-r--r-- | test/common/CMakeLists.txt | 5 |
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 |