[ox/clargs] Make OxClArgs pull in OxStd

This commit is contained in:
Gary Talent 2021-03-02 21:47:02 -06:00
parent f5f8593638
commit 5d5917566f

View File

@ -12,7 +12,10 @@ set_property(
POSITION_INDEPENDENT_CODE ON
)
target_link_libraries(OxClArgs OxStd)
target_link_libraries(
OxClArgs PUBLIC
OxStd
)
install(
FILES