Added patch for issue #79; cmake linking when build shared libraries enabled - patch from guillaume85

This commit is contained in:
Wyatt Olson
2010-04-24 14:09:19 -06:00
parent 5643ab60e0
commit 351ecf9049
2 changed files with 6 additions and 8 deletions

View File

@@ -7,4 +7,6 @@ IF (WIN32)
ELSE (WIN32)
set_target_properties (rtexif PROPERTIES COMPILE_FLAGS "-O3 -ffast-math -fexpensive-optimizations -fPIC")
ENDIF (WIN32)
INSTALL(TARGETS rtexif DESTINATION ${LIBDIR})