mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-22 02:45:49 -04:00
fix filesystemimpl c++ version
This commit is contained in:
parent
04dd151f0e
commit
a567e93431
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ target_sources(${PROJECT_NAME} INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/entry.cpp)
|
|||
|
||||
# Filesystem implementation in a separate target because i couldnt disable pch
|
||||
add_library(GeodeFilesystemImpl ${CMAKE_CURRENT_SOURCE_DIR}/FilesystemImpl.cpp)
|
||||
target_compile_features(GeodeFilesystemImpl PUBLIC cxx_std_20)
|
||||
target_link_libraries(GeodeFilesystemImpl PUBLIC ghc_filesystem)
|
||||
|
||||
include(ExternalProject)
|
||||
|
|
Loading…
Reference in a new issue