mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-03-04 21:26:06 +00:00
7 lines
213 B
Text
7 lines
213 B
Text
|
# For libraries that already come with a CMakeLists file,
|
||
|
# simply add the directory to that file as a subdirectory
|
||
|
# to have CMake automatically recognize them.
|
||
|
|
||
|
# fmtlib formatting library
|
||
|
add_subdirectory(fmt)
|