1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 06:48:00 +00:00
qBittorrent/dist/CMakeLists.txt
2016-02-29 12:53:43 +01:00

11 lines
193 B
CMake

if (APPLE)
add_subdirectory(mac)
else (APPLE)
if (UNIX)
add_subdirectory(unix)
endif (UNIX)
if (WIN32)
add_subdirectory(windows)
endif (WIN32)
endif (APPLE)