aboutsummaryrefslogtreecommitdiff
path: root/dlfcn-win32-config.cmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'dlfcn-win32-config.cmake.in')
-rw-r--r--dlfcn-win32-config.cmake.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/dlfcn-win32-config.cmake.in b/dlfcn-win32-config.cmake.in
new file mode 100644
index 0000000..f1ddeb0
--- /dev/null
+++ b/dlfcn-win32-config.cmake.in
@@ -0,0 +1,10 @@
1@PACKAGE_INIT@
2
3set_and_check(dlfcn-win32_INCLUDEDIR "@PACKAGE_INCLUDE_INSTALL_DIR@")
4
5if(NOT TARGET dlfcn-win32::dl)
6 include(${CMAKE_CURRENT_LIST_DIR}/dlfcn-win32-targets.cmake)
7endif()
8
9set(dlfcn-win32_LIBRARIES dlfcn-win32::dl)
10set(dlfcn-win32_INCLUDE_DIRS ${dlfcn-win32_INCLUDEDIR}) \ No newline at end of file