repo.or.cz
/
qBittorrent.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WebUI: enforce parentheses around operators
[qBittorrent.git]
/
dist
/
CMakeLists.txt
blob
affeeba468b38e3aa53dfb6db73e307b5d9344ea
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()