Skip to content

Commit 197d1f0

Browse files
author
Ximin Luo
committed
- copy test data to build directory instead of assuming in-place build
1 parent c31e693 commit 197d1f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/mime/test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
include_directories(${CPP-NETLIB_SOURCE_DIR})
22
find_package ( Boost 1.41.0 COMPONENTS unit_test_framework )
3+
file ( COPY TestMessages DESTINATION ${CMAKE_CURRENT_BINARY_DIR} )
34

45
option (BOOST_DYN_LINK
56
"Build the project using dynamic linking for the boost test libs"

0 commit comments

Comments
 (0)