Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion extra/test_suite/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ add_library(boost_url_test_suite_with_main STATIC test_main.cpp)
target_link_libraries(boost_url_test_suite_with_main PUBLIC boost_url_test_suite)
target_include_directories(boost_url_test_suite_with_main PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
target_compile_features(boost_url_test_suite_with_main PUBLIC cxx_constexpr)
set_property(TARGET boost_url_test_suite boost_url_test_suite_with_main PROPERTY FOLDER "Dependencies")

include(DiscoverTests.cmake)
include(DiscoverTests.cmake)
Loading