mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 19:13:55 -07:00
Windows fixes
This commit is contained in:
parent
89c920479c
commit
96213fc3f3
4 changed files with 28 additions and 24 deletions
|
|
@ -1,4 +1,5 @@
|
|||
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
|
||||
add_subdirectory(pb)
|
||||
|
||||
SET(common_SOURCES
|
||||
decklist.cpp
|
||||
|
|
@ -42,7 +43,6 @@ INCLUDE_DIRECTORIES(sfmt)
|
|||
INCLUDE_DIRECTORIES(${PROTOBUF_INCLUDE_DIR})
|
||||
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR})
|
||||
|
||||
add_subdirectory(pb)
|
||||
add_library(cockatrice_common ${common_SOURCES} ${common_HEADERS_MOC})
|
||||
target_link_libraries(cockatrice_common cockatrice_protocol)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue