added pkgconfig install to CMake

This commit is contained in:
Jack Andersen 2015-07-08 14:01:05 -10:00
parent c49ec5c13d
commit e1f46b824f
1 changed files with 3 additions and 0 deletions

View File

@ -172,6 +172,9 @@ install(TARGETS AthenaCore AthenaSakura AthenaWiiSave AthenaZelda
DESTINATION ${INSTALL_LIB_DIR} EXPORT AthenaTargets)
if(WIN32 AND NOT CYGWIN)
install(FILES Athena.ico DESTINATION ${INSTALL_LIB_DIR})
elseif(UNIX)
install(FILES lib/pkgconfig/libAthena.pc
DESTINATION ${INSTALL_LIB_DIR}/pkgconfig)
endif()
##################