mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
13 lines
287 B
CMake
13 lines
287 B
CMake
![]() |
include(FetchContent)
|
||
|
|
||
|
message("AsyncLogger")
|
||
|
FetchContent_Declare(
|
||
|
AsyncLogger
|
||
|
GIT_REPOSITORY https://github.com/Yimura/AsyncLogger.git
|
||
|
GIT_TAG v0.0.5
|
||
|
GIT_PROGRESS TRUE
|
||
|
)
|
||
|
FetchContent_MakeAvailable(AsyncLogger)
|
||
|
|
||
|
set_property(TARGET AsyncLogger PROPERTY CXX_STANDARD 23)
|