Skip to content

Commit

Permalink
Include the vcpkg include dir for bson
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzicheng1987 committed Jan 19, 2024
1 parent 8854fc3 commit eb20ff0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/bson/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ file(GLOB_RECURSE SOURCES "*.cpp")

add_executable(reflect-cpp-bson-tests ${SOURCES})

target_include_directories(reflect-cpp-bson-tests SYSTEM PRIVATE "${VCPKG_INSTALLED_DIR}/${VCPKG_TARGET_TRIPLET}/include")
target_link_libraries(reflect-cpp-bson-tests PRIVATE reflectcpp)

0 comments on commit eb20ff0

Please sign in to comment.