[ox/fs] Fix FS to use stdc++fs when building with GNU
This commit is contained in:
parent
ae260e6479
commit
652b603ec6
3
deps/ox/src/ox/fs/CMakeLists.txt
vendored
3
deps/ox/src/ox/fs/CMakeLists.txt
vendored
@ -12,7 +12,8 @@ add_library(
|
|||||||
if(OX_USE_STDLIB)
|
if(OX_USE_STDLIB)
|
||||||
target_link_libraries(
|
target_link_libraries(
|
||||||
OxFS PUBLIC
|
OxFS PUBLIC
|
||||||
c++fs
|
$<$<CXX_COMPILER_ID:Clang>:c++fs>
|
||||||
|
$<$<CXX_COMPILER_ID:GNU>:stdc++fs>
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user