Add join_paths and join prefix with include/lib dirs (#1383)
Fixes #1380: incorrect usage of CMake paths which causes issues on some more complicated environments (NixOS especially).
This commit is contained in:
parent
bd512764ff
commit
b9ece86ffd
3 changed files with 33 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
|
||||
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
||||
libdir=@libdir_for_pc_file@
|
||||
includedir=@includedir_for_pc_file@
|
||||
|
||||
Name: raylib
|
||||
Description: Simple and easy-to-use library to enjoy videogames programming
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue