Skip to content

Commit

Permalink
geogridOptical modules in CMakeLists.txt (isce-framework#413)
Browse files Browse the repository at this point in the history
* Update CMakeLists.txt
  • Loading branch information
bjmarfito authored and yuankailiu committed Feb 17, 2022
1 parent de65280 commit 534c9da
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions contrib/geo_autoRIFT/geogrid/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,21 @@ target_link_libraries(geogrid PRIVATE
GDAL::GDAL
isce2::combinedLib
)

Python_add_library(geogridOptical MODULE
bindings/geogridOpticalmodule.cpp
src/geogridOptical.cpp
)
target_include_directories(geogridOptical PRIVATE
include
)
target_link_libraries(geogridOptical PRIVATE
GDAL::GDAL
isce2::combinedLib
)

InstallSameDir(
geogridOptical
geogrid
__init__.py
Geogrid.py
Expand Down

0 comments on commit 534c9da

Please sign in to comment.