geogridOptical modules in CMakeLists.txt (#413)

* Update CMakeLists.txt
LT1AB
Bryan Marfito 2021-12-09 06:14:36 +08:00 committed by GitHub
parent 31803ef7fa
commit 0e5114a8be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -10,7 +10,20 @@ target_link_libraries(geogrid PRIVATE
isce2::combinedLib 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( InstallSameDir(
geogridOptical
geogrid geogrid
__init__.py __init__.py
Geogrid.py Geogrid.py