diff --git a/unicorn/src/CMakeLists.txt b/unicorn/src/CMakeLists.txt index 54b4cbc4..6d0d1b58 100644 --- a/unicorn/src/CMakeLists.txt +++ b/unicorn/src/CMakeLists.txt @@ -58,7 +58,7 @@ ${QT_LIBRARIES} ${Boost_LIBRARIES} ) - install ( TARGETS unicorn DESTINATION lib ) + install ( TARGETS unicorn DESTINATION lib${LIB_SUFFIX} ) install ( TARGETS cgt DESTINATION bin ) install ( FILES ${includes} ${mocIncludes} DESTINATION include/coriolis/unicorn )