~s-cecilio/lomse/master

92 by Cecilio Salmeron
Add missing file liblomse.pc.cmake
1
# pkg-config source file
2
3
libdir=@LOMSE_LIBDIR@
4
includedir=@LOMSE_INCLUDEDIR@
5
6
Name: liblomse
7
Description: LenMus open music score edition library
8
Version: @LOMSE_VERSION_STRING@
9
Requires: @LOMSE_REQUIRES@
108 by Cecilio Salmeron
update pkg-config file for lomse
10
Libs: -L${libdir} -llomse -lboost_system -lboost_thread -lboost_date_time
92 by Cecilio Salmeron
Add missing file liblomse.pc.cmake
11
Cflags: -I${includedir}
12
13
14