Rename Log package to Trace
This commit is contained in:
8
deps/ox/src/ox/fs/test/CMakeLists.txt
vendored
8
deps/ox/src/ox/fs/test/CMakeLists.txt
vendored
@@ -24,28 +24,28 @@ target_link_libraries(
|
||||
FileStoreFormat
|
||||
OxFS
|
||||
OxStd
|
||||
OxLog
|
||||
OxTrace
|
||||
)
|
||||
|
||||
target_link_libraries(
|
||||
FileSystemFormat
|
||||
OxFS
|
||||
OxStd
|
||||
OxLog
|
||||
OxTrace
|
||||
)
|
||||
|
||||
target_link_libraries(
|
||||
FileStoreIO
|
||||
OxFS
|
||||
OxStd
|
||||
OxLog
|
||||
OxTrace
|
||||
)
|
||||
|
||||
target_link_libraries(
|
||||
FSTests
|
||||
OxFS
|
||||
OxStd
|
||||
OxLog
|
||||
OxTrace
|
||||
)
|
||||
|
||||
add_test("FileStoreFormat" FileStoreFormat)
|
||||
|
Reference in New Issue
Block a user