Skip to content

Commit

Permalink
Add required build dependencies to target vcpkg-test (#1258)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas1664 authored Oct 30, 2023
1 parent 7411aa2 commit d88738a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,8 @@ if (BUILD_TESTING)
target_link_libraries(vcpkg-test PRIVATE log)
endif()

add_dependencies(vcpkg-test reads-stdin closes-stdin closes-stdout test-editor)

if(CMAKE_VERSION GREATER_EQUAL "3.16")
target_precompile_headers(vcpkg-test REUSE_FROM vcpkglib)
elseif(NOT MSVC)
Expand Down

0 comments on commit d88738a

Please sign in to comment.