glslang/OGLCompilersDLL
Chuang Zhu dfc97740ff Use CMAKE_INSTALL_FULL_LIBDIR in compat cmake files
According to
https://cmake.org/cmake/help/v3.25/module/GNUInstallDirs.html,
CMAKE_INSTALL_LIBDIR can be an absolute path. For instance, Nixpkgs
[defined it to an absolute path in /nix/store](3d17b4c305/pkgs/development/tools/build-managers/cmake/setup-hook.sh (L101)).
The output in this case is:

	# result-glslang/lib/cmake/glslangTargets.cmake:5
	include("${CMAKE_CURRENT_LIST_DIR}/../..//nix/store/3mif2zibig0cilk5dbz334278n0vlq9s-glslang-1.3.231.0/lib/glslang/glslang-targets.cmake")

Signed-off-by: Chuang Zhu <git@chuang.cz>
2023-05-02 15:46:45 -06:00
..
CMakeLists.txt Use CMAKE_INSTALL_FULL_LIBDIR in compat cmake files 2023-05-02 15:46:45 -06:00
InitializeDll.cpp Use nullptr where possible instead of NULL or 0 2022-11-30 09:33:28 -07:00
InitializeDll.h Revert changes that migrate to thread_local. 2020-07-31 07:13:24 +01:00