mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
for debug target added deploy files required to run the application on Windows, also:
- added deploy additional files for android - fixed include android libraries
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
include_directories(${CMAKE_CURRENT_LIST_DIR})
|
||||
message(${CMAKE_CURRENT_LIST_DIR})
|
||||
|
||||
find_package(Qt6 REQUIRED COMPONENTS
|
||||
Core Network
|
||||
)
|
||||
set(LIBS ${LIBS} Qt6::Core Qt6::Network)
|
||||
|
||||
|
||||
set(HEADERS ${HEADERS}
|
||||
${CMAKE_CURRENT_LIST_DIR}/singleapplication.h
|
||||
|
||||
Reference in New Issue
Block a user