Skip to content

Commit 3d06fa3

Browse files
sanblchjcar87
andauthored
Update recipes/boost/all/test_package/CMakeLists.txt
Co-authored-by: Luis Caro Campos <[email protected]>
1 parent a950e27 commit 3d06fa3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipes/boost/all/test_package/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ if(NOT HEADER_ONLY)
140140
add_executable(url_exe url.cpp)
141141
target_link_libraries(url_exe PRIVATE Boost::url)
142142
set_property(TARGET url_exe PROPERTY CXX_STANDARD 11)
143+
add_test(NAME boost_url COMMAND url_exe)
143144
endif()
144145

145146
endif()

0 commit comments

Comments
 (0)