diff --git a/components/isceobj/Sensor/CMakeLists.txt b/components/isceobj/Sensor/CMakeLists.txt index eee8fb4..1a7fac2 100644 --- a/components/isceobj/Sensor/CMakeLists.txt +++ b/components/isceobj/Sensor/CMakeLists.txt @@ -1,5 +1,6 @@ add_subdirectory(db) add_subdirectory(TOPS) +add_subdirectory(ScanSAR) set(installfiles alos diff --git a/components/isceobj/Sensor/ScanSAR/CMakeLists.txt b/components/isceobj/Sensor/ScanSAR/CMakeLists.txt new file mode 100644 index 0000000..06258ab --- /dev/null +++ b/components/isceobj/Sensor/ScanSAR/CMakeLists.txt @@ -0,0 +1,5 @@ +InstallSameDir( + __init__.py + ALOS2.py + FullApertureSwathSLCProduct.py + )