mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-22 20:17:24 +08:00
dcf50fffa8
Co-authored-by: xiaoxiao921 <837334+xiaoxiao921@users.noreply.github.com>
15 lines
366 B
CMake
15 lines
366 B
CMake
include(FetchContent)
|
|
|
|
add_compile_definitions(CXX_FORMAT_SUPPORT)
|
|
|
|
message("AsyncLogger")
|
|
FetchContent_Declare(
|
|
AsyncLogger
|
|
GIT_REPOSITORY https://github.com/Yimura/AsyncLogger.git
|
|
GIT_TAG 80ce938277acd44767f858099920ae20f1df42ca
|
|
GIT_PROGRESS TRUE
|
|
)
|
|
FetchContent_MakeAvailable(AsyncLogger)
|
|
|
|
set_property(TARGET AsyncLogger PROPERTY CXX_STANDARD 23)
|