2019-12-22 01:20:44 +00:00
|
|
|
Python_add_library(get_peg_info MODULE
|
|
|
|
bindings/get_peg_infomodule.cpp
|
|
|
|
src/get_peg_info.F
|
|
|
|
src/get_peg_infoSetState.F
|
|
|
|
src/get_peg_infoAllocateDeallocate.F
|
|
|
|
src/get_peg_infoGetState.F
|
|
|
|
src/get_peg_infoState.F
|
|
|
|
)
|
|
|
|
target_include_directories(get_peg_info PUBLIC include)
|
2020-09-14 17:57:10 +00:00
|
|
|
target_link_libraries(get_peg_info PRIVATE
|
|
|
|
isce2::utilLib
|
|
|
|
isce2::stdoelLib
|
|
|
|
isce2::stdoeLib
|
|
|
|
)
|
2019-12-22 01:20:44 +00:00
|
|
|
|
|
|
|
InstallSameDir(
|
|
|
|
get_peg_info
|
|
|
|
__init__.py
|
|
|
|
Get_peg_info.py
|
|
|
|
)
|