mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-25 10:46:15 +03:00
11 lines
193 B
Text
11 lines
193 B
Text
|
if (APPLE)
|
||
|
add_subdirectory(mac)
|
||
|
else (APPLE)
|
||
|
if (UNIX)
|
||
|
add_subdirectory(unix)
|
||
|
endif (UNIX)
|
||
|
if (WIN32)
|
||
|
add_subdirectory(windows)
|
||
|
endif (WIN32)
|
||
|
endif (APPLE)
|