fix build failure

This commit is contained in:
RickyRister 2025-07-15 03:23:52 -07:00
parent 63b8540ea7
commit 9a8271ed35
3 changed files with 6 additions and 2 deletions

View file

@ -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})