mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-02 06:10:23 -07:00
Move abstract client.
Took 2 minutes
This commit is contained in:
parent
4e7c98829a
commit
5414e3e3b5
33 changed files with 64 additions and 33 deletions
|
|
@ -3,11 +3,11 @@ set(CMAKE_AUTOUIC ON)
|
|||
set(CMAKE_AUTORCC ON)
|
||||
|
||||
set(HEADERS
|
||||
local_client.h
|
||||
abstract/abstract_client.h
|
||||
)
|
||||
|
||||
set(SOURCES
|
||||
local_client.cpp
|
||||
abstract/abstract_client.cpp
|
||||
)
|
||||
|
||||
if (Qt6_FOUND)
|
||||
|
|
@ -17,7 +17,7 @@ elseif (Qt5_FOUND)
|
|||
endif ()
|
||||
|
||||
add_library(
|
||||
libcockatrice_network_client_local STATIC
|
||||
libcockatrice_network_client STATIC
|
||||
${MOC_SOURCES}
|
||||
${SOURCES}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue