1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-18 11:51:44 +02:00

Respect 64 when installing libraries

This commit is contained in:
Dominik Schmidt
2011-03-20 19:53:27 +01:00
parent b87f638e87
commit 4e4d304b01
12 changed files with 13 additions and 13 deletions

View File

@@ -103,4 +103,4 @@ target_link_libraries( qxtweb-standalone
# "${CMAKE_CURRENT_SOURCE_DIR}/libqxtweb-standalone.a"
# )
INSTALL( TARGETS qxtweb-standalone DESTINATION lib )
INSTALL( TARGETS qxtweb-standalone DESTINATION lib${LIB_SUFFIX} )