1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-01 18:55:52 +00:00
qBittorrent/dist/CMakeLists.txt

8 lines
208 B
CMake
Raw Normal View History

if (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
2015-11-06 18:03:18 +00:00
add_subdirectory(mac)
elseif (UNIX AND (NOT APPLE))
add_subdirectory(unix)
elseif (CMAKE_SYSTEM_NAME STREQUAL "Windows")
add_subdirectory(windows)
endif()