Skip to content

Commit

Permalink
Added target_include_directories for TOML
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Urbanke committed Apr 21, 2024
1 parent 9a56246 commit b28231e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/toml/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ file(GLOB_RECURSE SOURCES "*.cpp")

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

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

0 comments on commit b28231e

Please sign in to comment.