Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5c8d9ab

Browse files
committed
Merge pull request#379 from infinity0/0.11-devel
fix build path for mime test
2 parentscf50512 +b598ac2 commit5c8d9ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎libs/mime/test/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ if (NOT(${CMAKE_CXX_COMPILER_ID} MATCHES GNU AND ${CMAKE_SYSTEM_NAME} MATCHES "W
88
add_executable (mime-roundtripmime-roundtrip.cpp )
99
target_link_libraries (mime-roundtrip${Boost_LIBRARIES}
1010
${CMAKE_THREAD_LIBS_INIT})
11+
set_target_properties(mime-roundtrip
12+
PROPERTIESRUNTIME_OUTPUT_DIRECTORY${CPP-NETLIB_BINARY_DIR}/tests)
1113
add_test (mime-roundtrip${CPP-NETLIB_BINARY_DIR}/tests/mime-roundtrip )
1214
endif ()
1315
endif()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp