From Luigi Calori, introduction of versioning of dll's and placement of dll and plugins into bin directory during build.

This commit is contained in:
Robert Osfield
2007-08-30 10:41:15 +00:00
parent 712dbacda3
commit 4328bdacc2
7 changed files with 100 additions and 13 deletions

View File

@@ -21,6 +21,9 @@ SOURCE_GROUP(
FILES ${LIB_PUBLIC_HEADERS}
)
IF(MSVC AND OSG_MSVC_VERSIONED_DLL)
HANDLE_MSVC_DLL()
ENDIF(MSVC AND OSG_MSVC_VERSIONED_DLL)
INSTALL(
TARGETS ${LIB_NAME}