Skip to content

Commit 290c842

Browse files
committed
Merge pull request #284 from infinity0/0.10-devel
- copy test data to build directory instead of assuming in-place build
2 parents c31e693 + 197d1f0 commit 290c842

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)