Static: pkg-config update

This commit is contained in:
Václav Valíček 2020-05-17 23:47:12 +02:00
parent b023f34916
commit 796d04a4f4
2 changed files with 7 additions and 1 deletions

6
.idea/vcs.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@ -7,4 +7,4 @@ Name: @PROJECT_NAME@
Description: @PROJECT_DESCRIPTION@
Version: @PROJECT_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir}
Libs: -L${libdir} -l@PROJECT_NAME@