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
6cecbe9e11
ISCE_INSAR
/
test
/
components
/
isceobj
/
Planet
/
CMakeLists.txt
3 lines
77 B
CMake
Raw
Normal View
History
Unescape
Escape
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_exe_test
(
for_ellipsoid_test.F
)
Disable failing tests
2020-05-02 20:27:12 +00:00
# TODO add_python_test(test_ellipsoid.py)