mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-15 23:12:14 -07:00
fix build failure
This commit is contained in:
parent
63b8540ea7
commit
9a8271ed35
3 changed files with 6 additions and 2 deletions
|
|
@ -26,6 +26,9 @@ elseif(Qt5_FOUND)
|
|||
)
|
||||
endif()
|
||||
|
||||
# Include directories
|
||||
include_directories(../common) # Required due to card_ref.h
|
||||
|
||||
# Build servatrice binary and link it
|
||||
add_executable(dbconverter MACOSX_BUNDLE ${dbconverter_MOC_SRCS} ${dbconverter_SOURCES})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue