Skip to content

Commit

Permalink
Fix linking the tests target
Browse files Browse the repository at this point in the history
Regression was introduced in 35e11b1.
  • Loading branch information
vimpostor committed Dec 14, 2023
1 parent 35e11b1 commit c6094e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ qt_add_executable("${TESTING_TARGET}" ${TESTING_SRCS} ${SRCS})
add_test(NAME "${TESTING_TARGET}" COMMAND "${TESTING_TARGET}")
list(APPEND LINK_LIBS Qt6::Test)
target_link_libraries("${TESTING_TARGET}" PRIVATE ${LINK_LIBS})
quartz_link("${TESTING_TARGET}" NO_ICONS)

0 comments on commit c6094e4

Please sign in to comment.