WebUI: enforce parentheses around operators
[qBittorrent.git] / dist / CMakeLists.txt
blobaffeeba468b38e3aa53dfb6db73e307b5d9344ea
1 if (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
2     add_subdirectory(mac)
3 elseif (UNIX AND (NOT APPLE))
4     add_subdirectory(unix)
5 elseif (CMAKE_SYSTEM_NAME STREQUAL "Windows")
6     add_subdirectory(windows)
7 endif()