[ox] Move buildinfo and trace packages into std
This commit is contained in:
11
deps/ox/src/ox/fs/CMakeLists.txt
vendored
11
deps/ox/src/ox/fs/CMakeLists.txt
vendored
@@ -9,12 +9,16 @@ add_library(
|
||||
filesystem/passthroughfs.cpp
|
||||
)
|
||||
|
||||
if(OX_USE_STDLIB)
|
||||
target_link_libraries(
|
||||
OxFS PUBLIC
|
||||
c++fs
|
||||
)
|
||||
endif()
|
||||
|
||||
target_link_libraries(
|
||||
OxFS PUBLIC
|
||||
c++fs
|
||||
OxMetalClaw
|
||||
OxStd
|
||||
OxTrace
|
||||
)
|
||||
|
||||
set_property(
|
||||
@@ -34,7 +38,6 @@ if(OX_BUILD_EXEC STREQUAL "ON")
|
||||
#target_link_libraries(
|
||||
# oxfstool
|
||||
# OxFS
|
||||
# OxTrace
|
||||
# OxMetalClaw
|
||||
# OxStd
|
||||
#)
|
||||
|
1
deps/ox/src/ox/fs/test/CMakeLists.txt
vendored
1
deps/ox/src/ox/fs/test/CMakeLists.txt
vendored
@@ -9,7 +9,6 @@ target_link_libraries(
|
||||
FSTests
|
||||
OxFS
|
||||
OxStd
|
||||
OxTrace
|
||||
OxMetalClaw
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user