use export all symbols on cygwin

This commit is contained in:
Bill Hoffman 2003-01-21 12:41:22 -05:00
parent 5e366c361d
commit 110bc04bd0
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
SET(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS "-shared")
SET(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS "-shared -Wl,--export-all-symbols -Wl,--enable-auto-import")
SET(CMAKE_DL_LIBS "-lgdi32" )
SET(CMAKE_SHARED_LIBRARY_PREFIX "lib")
SET(CMAKE_SHARED_LIBRARY_SUFFIX ".dll")