mirror of
https://github.com/InoriRus/Kyty.git
synced 2026-08-27 20:56:41 +00:00
11 lines
256 B
CMake
11 lines
256 B
CMake
add_subdirectory(lua)
|
|
add_subdirectory(sdl2)
|
|
add_subdirectory(rijndael)
|
|
add_subdirectory(lzma)
|
|
add_subdirectory(vulkan)
|
|
add_subdirectory(sqlite)
|
|
add_subdirectory(zstd)
|
|
add_subdirectory(easy_profiler)
|
|
if (CLANG AND MSVC)
|
|
add_subdirectory(winpthread)
|
|
endif() |