Add initial support for different libdir (jobermayr)

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

View File

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

View File

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