This website requires JavaScript.
Explore
Help
Register
Sign In
KJ135
/
ISCE_INSAR
mirror of
http://172.16.0.12:5000/WBJY/ISCE_INSAR.git
Watch
4
Star
0
Fork
You've already forked ISCE_INSAR
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
398774c350
ISCE_INSAR
/
components
/
stdproc
/
rectify
/
CMakeLists.txt
5 lines
84 B
CMake
Raw
Normal View
History
Unescape
Escape
Add cmake rules for stanford modules CMake can be told to build the separate Stanford modules in stdproc via the ISCE2_WITH_STANFORD configuration option. If not specified, it will be auto-enabled at configuration time if the stanford_license magic is not None.
2021-07-22 02:13:22 +00:00
add_subdirectory
(
dismphfile
)
Add CMake build system This commit adds experimental CMake build support for ISCE2. The only changes involved should be adding CMakeLists.txt files. All current source files, headers, and other functionality, including the existing SCons build system, should be unaffected. Some functionality is still a work-in-progress. These should all be marked as TODO in the CMakeLists.txt files. `grep TODO **.txt` Please read CMakeLists.txt and .cmake/*.cmake for more info.
2019-12-22 01:20:44 +00:00
add_subdirectory
(
geocode
)
InstallSameDir
(
__init__.py
)