mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
12 lines
333 B
PkgConfig
12 lines
333 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/@SFML_RELATIVE_INSTALL_LIBDIR@
|
|
includedir=${prefix}/include
|
|
|
|
Name: SFML-system
|
|
Description: The Simple and Fast Multimedia Library, system module.
|
|
URL: http://www.sfml-dev.org
|
|
Version: @PROJECT_VERSION@
|
|
Libs: -L${libdir} -lsfml-system
|
|
Cflags: -I${includedir}
|