Skip to content

Commit

Permalink
expose cppinterop version
Browse files Browse the repository at this point in the history
  • Loading branch information
anutosh491 committed Dec 5, 2024
1 parent 90fdc35 commit f1b46ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/CppInterOp/CppInterOpConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ set(CPPINTEROP_LLVM_VERSION_MINOR "@LLVM_VERSION_MINOR@")
set(CPPINTEROP_LLVM_VERSION_PATCH "@LLVM_VERSION_PATCH@")
set(CPPINTEROP_LLVM_VERSION_SUFFIX "@LLVM_VERSION_SUFFIX@")
set(CPPINTEROP_LLVM_PACKAGE_VERSION "@CPPINTEROP_LLVM_VERSION@")
set(CPPINTEROP_VERSION "@CPPINTEROP_VERSION@")

# Provide all our library targets to users.
if (@BUILD_SHARED_LIBS@)
Expand Down

0 comments on commit f1b46ce

Please sign in to comment.