Add initial support for different libdir (jobermayr)

This commit is contained in:
wmayer
2014-05-10 12:57:38 +02:00
parent 375839eac1
commit 6ac93e9d72
52 changed files with 81 additions and 76 deletions

View File

@@ -32,4 +32,4 @@ fc_target_copy_resource(Start
SET_BIN_DIR(Start Start /Mod/Start)
SET_PYTHON_PREFIX_SUFFIX(Start)
INSTALL(TARGETS Start DESTINATION lib)
INSTALL(TARGETS Start DESTINATION ${CMAKE_INSTALL_LIBDIR})