[ox] Fix for MSVC
This commit is contained in:
6
deps/ox/src/ox/fs/CMakeLists.txt
vendored
6
deps/ox/src/ox/fs/CMakeLists.txt
vendored
@@ -31,19 +31,19 @@ target_link_libraries(
|
||||
|
||||
if(NOT OX_BARE_METAL)
|
||||
add_executable(
|
||||
oxfs
|
||||
oxfs-tool
|
||||
tool.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(
|
||||
oxfs
|
||||
oxfs-tool
|
||||
OxFS
|
||||
OxStd
|
||||
)
|
||||
|
||||
install(
|
||||
TARGETS
|
||||
oxfs
|
||||
oxfs-tool
|
||||
DESTINATION
|
||||
bin
|
||||
)
|
||||
|
Reference in New Issue
Block a user