merge with dev

This commit is contained in:
Desmis
2018-12-11 07:40:54 +01:00
99 changed files with 2409 additions and 1833 deletions

View File

@@ -165,7 +165,7 @@ add_dependencies(rtengine UpdateInfo)
# It may be nice to store library version too
if(BUILD_SHARED_LIBS)
install (TARGETS rtengine DESTINATION ${LIBDIR})
install(TARGETS rtengine DESTINATION ${LIBDIR})
endif()
set_target_properties(rtengine PROPERTIES COMPILE_FLAGS "${RTENGINE_CXX_FLAGS}")