aboutsummaryrefslogtreecommitdiff
path: root/test/common/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-01-25 00:09:19 +0800
committercrupest <crupest@outlook.com>2022-01-25 00:09:19 +0800
commit6b34acefdbf82e3bcc5d3a103ecb2118ae05b81e (patch)
tree06e56cc868dcbdd5062a15e87dc7baec320c8b4b /test/common/CMakeLists.txt
parent24e1dc8723aea1e46a3aa15794747f3fa52f8eca (diff)
downloadcru-6b34acefdbf82e3bcc5d3a103ecb2118ae05b81e.tar.gz
cru-6b34acefdbf82e3bcc5d3a103ecb2118ae05b81e.tar.bz2
cru-6b34acefdbf82e3bcc5d3a103ecb2118ae05b81e.zip
...
Diffstat (limited to 'test/common/CMakeLists.txt')
-rw-r--r--test/common/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/common/CMakeLists.txt b/test/common/CMakeLists.txt
index 7926437c..38c15000 100644
--- a/test/common/CMakeLists.txt
+++ b/test/common/CMakeLists.txt
@@ -13,6 +13,10 @@ if (UNIX)
endif()
if (WIN32)
+ target_sources(cru_base_test PRIVATE
+ io/Win32FileStreamTest.cpp
+ )
+
add_custom_command(TARGET cru_base_test POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_RUNTIME_DLLS:cru_base_test> $<TARGET_FILE_DIR:cru_base_test>
COMMAND_EXPAND_LISTS