move filesystem and fmt to Geode/external

This commit is contained in:
HJfod 2022-11-28 18:22:59 +02:00
parent 05c48a8fd9
commit 6eaa6ea480
61 changed files with 2 additions and 2 deletions

View file

@ -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)