You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set(PYBIND11_NONLIMITEDAPI_SUFFIX ""CACHESTRING"A custom suffix to append to the built library name. Should normally be `[_AppName][_X.Y]`, where X,Y is the Python version.")
16
16
set(PYBIND11_NONLIMITEDAPI_LIBRARY_OUTPUT_DIR ""CACHEPATH"Replaces the library installation path for the shim.")
17
17
18
+
set(PYBIND11_NONLIMITEDAPI_INSTALL_LIBDIR_STUBS "${CMAKE_INSTALL_LIBDIR}"CACHEPATH"Where to install the stub library.")
19
+
set(PYBIND11_NONLIMITEDAPI_INSTALL_LIBDIR_SHIMS "${CMAKE_INSTALL_LIBDIR}"CACHEPATH"Where to install the shim library.")
20
+
18
21
include(GNUInstallDirs)
19
22
20
23
if (${PYBIND11_NONLIMITEDAPI_BUILD_STUBS})
@@ -25,8 +28,8 @@ if (${PYBIND11_NONLIMITEDAPI_BUILD_STUBS})
25
28
target_compile_definitions(pybind11nonlimitedapi_stubs PUBLIC PYBIND11_NONLIMITEDAPI_LIB_SUFFIX_FOR_MODULE=\"${PYBIND11_NONLIMITEDAPI_SUFFIX}\")
0 commit comments