diff options
author | Alexandre Bouvier <[email protected]> | 2021-08-14 19:20:37 +0200 |
---|---|---|
committer | Alexandre Bouvier <[email protected]> | 2021-08-14 19:20:37 +0200 |
commit | c1e6569f13b05a21188c083c24338a4b7bb362fe (patch) | |
tree | 5c62ed47dc2d46e4fbf13941e42e0adb9992f968 /cmake | |
parent | 2fb843c3287918038c8f76276a590c25cc7ec5ee (diff) | |
download | xbyak-c1e6569f13b05a21188c083c24338a4b7bb362fe.tar.gz xbyak-c1e6569f13b05a21188c083c24338a4b7bb362fe.zip |
fix cmake config files
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/config.cmake.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/config.cmake.in b/cmake/config.cmake.in index f40ebfa..6bd5004 100644 --- a/cmake/config.cmake.in +++ b/cmake/config.cmake.in @@ -1 +1,3 @@ +@PACKAGE_INIT@ + include("${CMAKE_CURRENT_LIST_DIR}/@[email protected]") |