You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
436 B
9 lines
436 B
--- gme/CMakeLists.txt~ 2012-05-27 22:48:53.000000000 +0200
|
|
+++ gme/CMakeLists.txt 2013-08-22 19:03:39.175649327 +0200
|
|
@@ -159,4 +159,4 @@
|
|
ARCHIVE DESTINATION lib) # DLL platforms
|
|
|
|
install(FILES ${EXPORTED_HEADERS} DESTINATION include/gme)
|
|
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libgme.pc DESTINATION lib/pkgconfig)
|
|
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libgme.pc DESTINATION lib${LIB_SUFFIX}/pkgconfig)
|