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
32b4ac58be
ISCE_INSAR
/
components
/
iscesys
/
Parsers
/
rdf
/
language
/
CMakeLists.txt
7 lines
102 B
CMake
Raw
Normal View
History
Unescape
Escape
CMake: Fix missing modules required for UAVSAR stripmap stack (#180) * Add missing py2to3 script * Add missing cosar extension * Add missing rdf parser * Add simamplitude module Co-authored-by: Ryan Burns <rtburns-jpl@users.noreply.github.com>
2020-10-04 18:11:55 +00:00
add_subdirectory
(
grammar
)
add_subdirectory
(
lexis
)
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
InstallSameDir
(
_
_
i
n
i
t
_
_
.
p
y
e
r
r
o
r
s
.
p
y
)