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
Update link to news
[qBittorrent.git]
/
src
/
CMakeLists.txt
blob
4dde49de7666fd38f8377972dcb990b9ae2d0bb1
1
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
2
3
add_subdirectory(app)
4
add_subdirectory(base)
5
6
if (GUI)
7
add_subdirectory(gui)
8
endif()
9
10
if (WEBUI)
11
add_subdirectory(webui)
12
endif()