mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-24 05:14:40 -04:00
move filesystem and fmt to Geode/external
This commit is contained in:
parent
05c48a8fd9
commit
6eaa6ea480
61 changed files with 2 additions and 2 deletions
CMakeLists.txt
loader/include/Geode/external
filesystem
fmt
.clang-format
.github
.gitignoreCMakeLists.txtCONTRIBUTING.mdLICENSE.rstinclude/fmt
args.hchrono.hcolor.hcompile.hcore.hformat-inl.hformat.hlocale.hos.hostream.hprintf.hranges.hxchar.h
src
support
|
@ -81,8 +81,8 @@ target_link_directories(${PROJECT_NAME} INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/lo
|
|||
|
||||
add_definitions(-DFMT_CONSTEVAL=)
|
||||
|
||||
add_subdirectory(filesystem)
|
||||
add_subdirectory(fmt)
|
||||
add_subdirectory(loader/include/Geode/external/filesystem)
|
||||
add_subdirectory(loader/include/Geode/external/fmt)
|
||||
|
||||
target_link_libraries(${PROJECT_NAME} INTERFACE filesystem fmt)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue