convert submodules to normal folders for now
This commit is contained in:
parent
389e934900
commit
ed1e0ecb6b
1041 changed files with 572002 additions and 13 deletions
13
raylib/raylib.pc.in
Normal file
13
raylib/raylib.pc.in
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
exec_prefix=${prefix}
|
||||
libdir=@libdir_for_pc_file@
|
||||
includedir=@includedir_for_pc_file@
|
||||
|
||||
Name: raylib
|
||||
Description: A simple and easy-to-use library to enjoy videogames programming
|
||||
URL: https://github.com/raysan5/raylib
|
||||
Version: @PROJECT_VERSION@
|
||||
Libs: -L"${libdir}" -lraylib @PKG_CONFIG_LIBS_EXTRA@
|
||||
Libs.private: @PKG_CONFIG_LIBS_PRIVATE@
|
||||
Requires.private: @GLFW_PKG_DEPS@
|
||||
Cflags: -I"${includedir}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue