added infos for pkg-config
This commit is contained in:
parent
63f61d4266
commit
9072a52018
1 changed files with 13 additions and 0 deletions
13
sml.pc
Normal file
13
sml.pc
Normal file
|
@ -0,0 +1,13 @@
|
|||
prefix=/usr
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: libSML
|
||||
Description: Library for the Smart Messaging Language (SML)
|
||||
Version: 0.1
|
||||
URL: http://github.com/dailab/libsml
|
||||
Requires: uuid >= 2.16
|
||||
Libs: -L${libdir} -lsml
|
||||
Libs.private: -luuid
|
||||
Cflags: -I${includedir}/sml
|
Loading…
Add table
Reference in a new issue