Skip to content

Commit

Permalink
add more coda-oss dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Smith committed May 12, 2022
1 parent 8a1a8e1 commit a1c6503
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion six/modules/c++/scene/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ coda_add_module(
scene
DEPS io-c++ math.poly-c++ math.linear-c++
polygon-c++ mem-c++ math-c++ sys-c++ str-c++
except-c++ types-c++ config-c++ std-c++
except-c++ types-c++ config-c++ gsl-c++ std-c++
SOURCES
source/AdjustableParams.cpp
source/CoordinateTransform.cpp
Expand Down
2 changes: 1 addition & 1 deletion six/modules/c++/scene/wscript
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = 'scene'
MODULE_DEPS = 'io math math.linear math.poly types polygon std'
MODULE_DEPS = 'io math math.linear math.poly sys str units except types config gsl std'
TEST_FILTER = 'test_scene.cpp'

options = configure = distclean = lambda p: None
Expand Down
3 changes: 2 additions & 1 deletion six/modules/c++/six.sicd/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
coda_add_module(
six.sicd
DEPS six-c++ units-c++
DEPS six-c++ sys-c++ str-c++ units-c++
except-c++ types-c++ config-c++ gsl-c++ std-c++
SOURCES
source/Antenna.cpp
source/AreaPlaneUtility.cpp
Expand Down
2 changes: 1 addition & 1 deletion six/modules/c++/six.sicd/wscript
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = 'six.sicd'
MODULE_DEPS = 'scene nitf xml.lite six mem units'
MODULE_DEPS = 'scene nitf xml.lite six mem sys str units except types config gsl std'
TEST_DEPS = 'cli'
UNITTEST_DEPS = 'cli sio.lite'

Expand Down
3 changes: 2 additions & 1 deletion six/modules/c++/six/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
coda_add_module(
six
DEPS XML_DATA_CONTENT-static-c nitf-c++
scene-c++ logging-c++ xml.lite-c++
scene-c++ logging-c++ xml.lite-c++ sys-c++ str-c++
except-c++ types-c++ config-c++ gsl-c++ std-c++
${CMAKE_DL_LIBS}
SOURCES
source/Adapters.cpp
Expand Down
3 changes: 1 addition & 2 deletions six/modules/c++/six/wscript
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
NAME = 'six'
MAINTAINER = '[email protected]'
MODULE_DEPS = 'scene nitf xml.lite logging math.poly mem'
MODULE_DEPS = 'scene nitf xml.lite logging math.poly mem sys str units except types config gsl std'
USE = 'XML_DATA_CONTENT-static-c'

options = configure = distclean = lambda p: None
Expand Down

0 comments on commit a1c6503

Please sign in to comment.