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

@@ -99,4 +99,4 @@ if(WIN32)
set_target_properties(Cam PROPERTIES SUFFIX ".pyd")
endif(WIN32)
INSTALL(TARGETS Cam DESTINATION lib)
INSTALL(TARGETS Cam DESTINATION ${CMAKE_INSTALL_LIBDIR})