Cmake use FOLDER third-party for third party libs

This commit is contained in:
Gabi Melman
2023-12-24 16:26:28 +02:00
parent 306ddde049
commit 70f397f75d
3 changed files with 3 additions and 0 deletions

View File

@@ -13,4 +13,5 @@ if(NOT fmt_POPULATED)
# We do not require os features of fmt
set(FMT_OS OFF CACHE BOOL "Disable FMT_OS" FORCE)
add_subdirectory(${fmt_SOURCE_DIR} ${fmt_BINARY_DIR})
set_target_properties(fmt PROPERTIES FOLDER "third-party")
endif ()