Merge pull request #242 from 0X1A/master

Fix issues with CMake package configuration when used with vcpkg #110
This commit is contained in:
Toru Niina 2024-06-12 00:46:15 +09:00 committed by GitHub
commit b389bbc4eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,2 +1,2 @@
@PACKAGE_INIT@
include("@PACKAGE_toml11_install_cmake_dir@/toml11Targets.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/toml11Targets.cmake")