[jasper] Add missing install destinations
This commit is contained in:
parent
cdc7cbdd64
commit
d0073b2161
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user