annotate cmake/export/libirccd-js.pc @ 850:688f28dd3241

irccd: remove short options, closes #1673 While here, use a brand new home made option parsing.
author David Demelier <markand@malikania.fr>
date Tue, 16 Jul 2019 20:49:36 +0200
parents fc66cc9706a7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
711
fc66cc9706a7 CMake: export pkg-config files, closes #874 @1h
David Demelier <markand@malikania.fr>
parents:
diff changeset
1 prefix=@CMAKE_INSTALL_PREFIX@
fc66cc9706a7 CMake: export pkg-config files, closes #874 @1h
David Demelier <markand@malikania.fr>
parents:
diff changeset
2 exec_prefix=@CMAKE_INSTALL_PREFIX@
fc66cc9706a7 CMake: export pkg-config files, closes #874 @1h
David Demelier <markand@malikania.fr>
parents:
diff changeset
3 includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
fc66cc9706a7 CMake: export pkg-config files, closes #874 @1h
David Demelier <markand@malikania.fr>
parents:
diff changeset
4 libdir=@CMAKE_INSTALL_FULL_LIBDIR@
fc66cc9706a7 CMake: export pkg-config files, closes #874 @1h
David Demelier <markand@malikania.fr>
parents:
diff changeset
5
fc66cc9706a7 CMake: export pkg-config files, closes #874 @1h
David Demelier <markand@malikania.fr>
parents:
diff changeset
6 Name: libirccd-js
fc66cc9706a7 CMake: export pkg-config files, closes #874 @1h
David Demelier <markand@malikania.fr>
parents:
diff changeset
7 Description: irccd (javascript bindings library)
fc66cc9706a7 CMake: export pkg-config files, closes #874 @1h
David Demelier <markand@malikania.fr>
parents:
diff changeset
8 Version: @IRCCD_VERSION@
fc66cc9706a7 CMake: export pkg-config files, closes #874 @1h
David Demelier <markand@malikania.fr>
parents:
diff changeset
9 Cflags: -I${includedir}
fc66cc9706a7 CMake: export pkg-config files, closes #874 @1h
David Demelier <markand@malikania.fr>
parents:
diff changeset
10 Libs: -L${libdir} -lirccd-js
fc66cc9706a7 CMake: export pkg-config files, closes #874 @1h
David Demelier <markand@malikania.fr>
parents:
diff changeset
11 Requires: libirccd