[jasper] Add missing install destinations

This commit is contained in:
Gary Talent 2024-05-31 02:22:48 -05:00
parent cdc7cbdd64
commit d0073b2161

View File

@ -14,6 +14,11 @@ if(APPLE)
set(JASPER_DIST_MODULE JasperStudio.app/Contents/Plugins)
set(JASPER_DIST_RESOURCES JasperStudio.app/Contents/Resources)
set(JASPER_DIST_MAC_APP_CONTENTS JasperStudio.app/Contents)
else()
set(JASPER_DIST_BIN bin)
set(JASPER_DIST_LIB lib)
set(JASPER_DIST_MODULE lib)
set(JASPER_DIST_RESOURCES share)
endif()
add_subdirectory(modules)