ENH: Added shared library settings.

This commit is contained in:
Brad King 2003-01-06 09:32:27 -05:00
parent 3da465e24f
commit 4ad8af53ab
1 changed files with 2 additions and 0 deletions

View File

@ -14,3 +14,5 @@ SET(CMAKE_CXX_LINK_EXECUTABLE
"<CMAKE_CXX_COMPILER> <CMAKE_CXX_LINK_FLAGS> <LINK_FLAGS> <FLAGS> <OBJECTS> -o <TARGET> <LINK_LIBRARIES>")
SET(CMAKE_SHARED_LIBRARY_RUNTIME_FLAG "")
SET(CMAKE_SHARED_LIBRARY_C_FLAGS "")
SET(CMAKE_SHARED_LIBRARY_LINK_FLAGS "")