ericmckean / game-music-emu

Automatically exported from code.google.com/p/game-music-emu
GNU Lesser General Public License v2.1
0 stars 0 forks source link

pkg-config installation PATH doesn't honor LIB_SUFFIX #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
pkg-config installation PATH doesn't honor LIB_SUFFIX

install(TARGETS gme LIBRARY DESTINATION lib${LIB_SUFFIX}
                    RUNTIME DESTINATION bin  # DLL platforms
                    ARCHIVE DESTINATION lib) # DLL platforms

install(FILES ${EXPORTED_HEADERS} DESTINATION include/gme)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libgme.pc DESTINATION lib/pkgconfig)

Original issue reported on code.google.com by Christia...@gmail.com on 17 Mar 2013 at 10:13

Attachments:

GoogleCodeExporter commented 9 years ago
Confirmed on Fedora.

Waiting for upstream, too.

Original comment by Cickumqt on 29 Jul 2013 at 4:18

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r47.

Original comment by michael....@gmail.com on 23 Jun 2014 at 4:13