mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
cmake: fix compilation
This commit is contained in:
parent
696ea0bf94
commit
1e9bbce249
1 changed files with 2 additions and 0 deletions
|
@ -2,10 +2,12 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
|
|||
|
||||
set(QBT_APP_HEADERS
|
||||
application.h
|
||||
filelogger.h
|
||||
)
|
||||
|
||||
set(QBT_APP_SOURCES
|
||||
application.cpp
|
||||
filelogger.cpp
|
||||
main.cpp
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue