[ox/clargs] Make OxClArgs pull in OxStd
This commit is contained in:
parent
f5f8593638
commit
5d5917566f
5
deps/ox/src/ox/clargs/CMakeLists.txt
vendored
5
deps/ox/src/ox/clargs/CMakeLists.txt
vendored
@ -12,7 +12,10 @@ set_property(
|
|||||||
POSITION_INDEPENDENT_CODE ON
|
POSITION_INDEPENDENT_CODE ON
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(OxClArgs OxStd)
|
target_link_libraries(
|
||||||
|
OxClArgs PUBLIC
|
||||||
|
OxStd
|
||||||
|
)
|
||||||
|
|
||||||
install(
|
install(
|
||||||
FILES
|
FILES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user