Unify the library on an akgl_ namespace
This commit is contained in:
10
sdl3game.pc.in
Normal file
10
sdl3game.pc.in
Normal file
@@ -0,0 +1,10 @@
|
||||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${exec_prefix}/include
|
||||
|
||||
Name: sdl3game
|
||||
Description: AKLabs SDL3 Game library
|
||||
Version: @PROJECT_VERSION@
|
||||
Cflags: -I${includedir}/
|
||||
Libs: -L${libdir} -lsdl3game
|
||||
Reference in New Issue
Block a user