Skip to content
Snippets Groups Projects

Refactor of otbWrapperApplication.h

Merged Victor Poughon requested to merge 1649-wrapper-application into develop
All threads resolved!
Files
4
@@ -216,6 +216,8 @@ macro(otb_module_impl)
endif()
# Generate the export macro header for symbol visibility/Windows DLL declspec
# This header is called *Modulename*Export.h in the build directory,
# and contains defines for _EXPORT macros such as OTBApplicationEngine_EXPORT
generate_export_header(${otb-module}
EXPORT_FILE_NAME ${_export_header_file}
EXPORT_MACRO_NAME ${otb-module}_EXPORT
Loading