Skip to content

Commit f1b46ce

Browse files
committed
expose cppinterop version
1 parent 90fdc35 commit f1b46ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/CppInterOp/CppInterOpConfig.cmake.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ set(CPPINTEROP_LLVM_VERSION_MINOR "@LLVM_VERSION_MINOR@")
4747
set(CPPINTEROP_LLVM_VERSION_PATCH "@LLVM_VERSION_PATCH@")
4848
set(CPPINTEROP_LLVM_VERSION_SUFFIX "@LLVM_VERSION_SUFFIX@")
4949
set(CPPINTEROP_LLVM_PACKAGE_VERSION "@CPPINTEROP_LLVM_VERSION@")
50+
set(CPPINTEROP_VERSION "@CPPINTEROP_VERSION@")
5051

5152
# Provide all our library targets to users.
5253
if (@BUILD_SHARED_LIBS@)

0 commit comments

Comments
 (0)