Fix cmake rule
components.isceobj.Scene.concatenate was incorrectly being compiled as an ordinary shared lib rather than a cdll-compatible python libLT1AB
parent
d6ba085ef5
commit
8ffb2f281a
|
@ -1,4 +1,4 @@
|
||||||
add_library(concatenate SHARED
|
isce2_add_cdll(concatenate
|
||||||
src/frame_concatenate.c
|
src/frame_concatenate.c
|
||||||
src/swst_resample.c
|
src/swst_resample.c
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue