Skip to content

Commit

Permalink
Link tls_syntax to bytes_test
Browse files Browse the repository at this point in the history
  • Loading branch information
bifurcation committed Dec 7, 2023
1 parent 3848a25 commit d62d3ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/bytes/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ file(GLOB TEST_SOURCES CONFIGURE_DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/*.cpp)

add_executable(${TEST_APP_NAME} ${TEST_SOURCES})
add_dependencies(${TEST_APP_NAME} ${CURRENT_LIB_NAME})
target_link_libraries(${TEST_APP_NAME} ${CURRENT_LIB_NAME} doctest::doctest)
target_link_libraries(${TEST_APP_NAME} ${CURRENT_LIB_NAME}
tls_syntax doctest::doctest)

# Enable CTest
include(doctest)
Expand Down

0 comments on commit d62d3ef

Please sign in to comment.